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 eaab538 commit 0bc3d3aCopy full SHA for 0bc3d3a
.github/workflows/jekyll-gh-pages.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
# this is to fix GIT not liking owner of the checkout dir
35
chown -R $(id -u):$(id -g) $PWD
36
- git config --global --add safe.directory /github/workspace
+ git config --global --add safe.directory /__w/{repo_name}/{repo_name}
37
- name: Setup Pages
38
uses: actions/configure-pages@v2
39
- name: build_and_deploy
0 commit comments