Skip to content

Commit

Permalink
fix: generated docs name in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrecamilleri committed Jun 26, 2024
1 parent c268c54 commit e638224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:

- name: Check that documentation is up to date
run: |
make generate-docs && git add ./docs/output_validator_list.md && git diff --cached --exit-code
make generate-docs && git add ./docs/formats.md && git diff --cached --exit-code

0 comments on commit e638224

Please sign in to comment.