Skip to content

Commit

Permalink
ci(fix): streamline the docs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson committed May 12, 2024
1 parent edaf202 commit 95de48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sudo mv gomplate /usr/local/bin
- name: Make sure function docs are up-to-date
run: |
make --always-make gen-func-docs
make --always-make gen-func-docs GOOS= GOARCH= VERSION=
git diff --exit-code
if [ $? -ne 0 ]; then
echo "Function docs are out of date. Please run 'make gen-func-docs' locally and commit the changes."
Expand Down

0 comments on commit 95de48d

Please sign in to comment.