We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca278d2 commit 9544e48Copy full SHA for 9544e48
.github/workflows/lint.yml
@@ -42,6 +42,7 @@ jobs:
42
run: |
43
# this will update docs/source/settings.rst - but will not create html output
44
(cd docs && sphinx-build -b "dummy" -d _build/doctrees source "_build/dummy")
45
+ git update-index --assume-unchanged settings.rst
46
if unclean=$(git status --untracked-files=no --porcelain) && [ -z "$unclean" ]; then
47
echo "no uncommitted changes in working tree (as it should be)"
48
else
0 commit comments