Skip to content

Commit

Permalink
github/workflows: fix git safe.directory config
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
  • Loading branch information
zchee committed Jun 9, 2023
1 parent cb00aa5 commit 0ba2403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
entrypoint: sh
args: |
-c \
"pip install -U --pre --compile --requirement /github/workspace/config/requirements.txt && \
"git config --global --add safe.directory /github/workspace && \
pip install -U --pre --compile --requirement /github/workspace/config/requirements.txt && \
mkdocs build -c -f /github/workspace/config/mkdocs.yml && \
mkdocs gh-deploy --config-file /github/workspace/config/mkdocs.yml --verbose --force"

0 comments on commit 0ba2403

Please sign in to comment.