File tree Expand file tree Collapse file tree 4 files changed +8
-42
lines changed
source/query_database/queries Expand file tree Collapse file tree 4 files changed +8
-42
lines changed Original file line number Diff line number Diff line change 11name : Deploy Sphinx documentation to GitHub Pages
22
33on :
4+ workflow_dispatch :
45 push :
56 branches :
67 - main
Original file line number Diff line number Diff line change @@ -36,13 +36,14 @@ jobs:
3636 git config --global user.name "github-actions"
3737 git config --global user.email "actions@github.com"
3838
39+
40+ - name : Run pre-commit hooks (ignore failures)
41+ run : pre-commit run --all-files || true
42+
3943 - name : Add all changes
4044 run : |
4145 git add -A
4246
43- - name : Run pre-commit hooks
44- run : pre-commit run --all-files
45-
4647 - name : Commit changes
4748 run : |
4849 git commit -m "Auto-update documentation indices" || echo "No changes to commit"
Original file line number Diff line number Diff line change 66
77from search_query .constants import QueryErrorCode
88
9+ # ruff: noqa: E501
10+ # flake8: noqa: E501
11+
912OUTPUT_FILE = Path ("docs/source/lint/errors_index.rst" )
1013
1114
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments