Skip to content

Commit

Permalink
Update autodoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMace authored Nov 8, 2023
1 parent d995ba2 commit 1d0ec51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
continue-on-error: true
run: |
go install github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest
~/go/bin/gomarkdoc . > ./docs.md
exit $(git diff --exit-code docs.md)
cd blueprint
gomarkdoc --output '{{.Dir}}/README.md' ./...
exit $(git diff --exit-code --quiet)
- name: Commit Changes
if: steps.GenDocs.outcome == 'failure'
run: |
Expand Down

0 comments on commit 1d0ec51

Please sign in to comment.