Skip to content

Commit 0bc3d3a

Browse files
committed
fix directory ownership
1 parent eaab538 commit 0bc3d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
# this is to fix GIT not liking owner of the checkout dir
3535
chown -R $(id -u):$(id -g) $PWD
36-
git config --global --add safe.directory /github/workspace
36+
git config --global --add safe.directory /__w/{repo_name}/{repo_name}
3737
- name: Setup Pages
3838
uses: actions/configure-pages@v2
3939
- name: build_and_deploy

0 commit comments

Comments
 (0)