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 3e8b637 commit f467bdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/autodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Check out gomarkdoc
run: |
go-version: 1.20.0
- name: GenDocs
id: GenDocs
continue-on-error: true
run: |
GO111MODULE=on go get -u github.com/princjef/gomarkdoc/cmd/gomarkdoc
go install github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest
~/go/bin/gomarkdoc . > ./docs.md
exit $(git diff --exit-code docs.md)
- name: Commit Changes
Expand Down

0 comments on commit f467bdb

Please sign in to comment.