Skip to content

Commit

Permalink
Also regenerate doc when workflow is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjbest authored Oct 9, 2023
1 parent 40d1a53 commit 9788289
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 @@ -21,7 +21,7 @@ jobs:
- name: "Check for changes in documentation"
id: check_doc_changes
run: |
if test -z "$(git diff --name-only HEAD~1..HEAD -- doc/)";
if test -z "$(git diff --name-only HEAD~1..HEAD -- doc/ .github/workflows/docs.yml)";
then
echo "No changes in doc/"
echo "diff=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9788289

Please sign in to comment.