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 13824b6 commit 11b932cCopy full SHA for 11b932c
.github/workflows/gh-pages.yml
@@ -34,6 +34,7 @@ jobs:
34
entrypoint: sh
35
args: |
36
-c \
37
- "pip install -U --pre --compile --requirement /github/workspace/config/requirements.txt && \
+ "git config --global --add safe.directory /github/workspace && \
38
+ pip install -U --pre --compile --requirement /github/workspace/config/requirements.txt && \
39
mkdocs build -c -f /github/workspace/config/mkdocs.yml && \
40
mkdocs gh-deploy --config-file /github/workspace/config/mkdocs.yml --verbose --force"
0 commit comments