Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Apr 16, 2024
1 parent 5a000e4 commit 2f8adeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Check for changes in documentation
run: |
if git diff origin/main..."$(git rev-parse --abbrev-ref HEAD)" --name-only | grep -q 'docs'; then
if git diff origin/master..."$(git rev-parse --abbrev-ref HEAD)" --name-only | grep -q 'docs'; then
num_files=$(git diff --name-only origin/master...HEAD | grep '^docs/' | wc -l)
echo "Changes found in documentation files: $num_files"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Mission Statement


.. toctree::
:caption: Other Resources
:caption: Other Resources
:hidden:

resources/credits
Expand Down

0 comments on commit 2f8adeb

Please sign in to comment.