We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d976a6c commit ba9c354Copy full SHA for ba9c354
.github/workflows/jekyll-gh-pages.yml
@@ -34,6 +34,7 @@ jobs:
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 /__w/{repo_name}/{repo_name}
37
+ git config --global --add safe.directory /github/workspace
38
- name: Setup Pages
39
uses: actions/configure-pages@v2
40
- name: build_and_deploy
0 commit comments