Skip to content

Commit 9544e48

Browse files
committed
assue settingss.rst is unchanged
1 parent ca278d2 commit 9544e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
# this will update docs/source/settings.rst - but will not create html output
4444
(cd docs && sphinx-build -b "dummy" -d _build/doctrees source "_build/dummy")
45+
git update-index --assume-unchanged settings.rst
4546
if unclean=$(git status --untracked-files=no --porcelain) && [ -z "$unclean" ]; then
4647
echo "no uncommitted changes in working tree (as it should be)"
4748
else

0 commit comments

Comments
 (0)