Skip to content

Commit

Permalink
🐛 FIX: Terraform docs CI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes authored Oct 27, 2021
1 parent 18b8218 commit ffb524a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
Expand Down

0 comments on commit ffb524a

Please sign in to comment.