Skip to content

Commit ba9c354

Browse files
committed
fix directory ownership
1 parent d976a6c commit ba9c354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
# this is to fix GIT not liking owner of the checkout dir
3535
chown -R $(id -u):$(id -g) $PWD
3636
git config --global --add safe.directory /__w/{repo_name}/{repo_name}
37+
git config --global --add safe.directory /github/workspace
3738
- name: Setup Pages
3839
uses: actions/configure-pages@v2
3940
- name: build_and_deploy

0 commit comments

Comments
 (0)