Skip to content

Commit

Permalink
馃悰 FIX: Terraform docs CI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes committed Oct 27, 2021
1 parent b728470 commit 324cf47
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docs.yml
@@ -1,17 +1,13 @@
name: Generate terraform docs

on:
push:
branches:
- master

on: [pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
ref: ${{ github.head_ref }}

- name: Render terraform docs inside the README.md and push changes back to pushed branch
uses: DNXLabs/terraform-docs@v1.0.0
Expand Down

0 comments on commit 324cf47

Please sign in to comment.