Skip to content

Commit

Permalink
fix directory ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
casibbald committed Jan 5, 2025
1 parent d976a6c commit ba9c354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
# this is to fix GIT not liking owner of the checkout dir
chown -R $(id -u):$(id -g) $PWD
git config --global --add safe.directory /__w/{repo_name}/{repo_name}
git config --global --add safe.directory /github/workspace
- name: Setup Pages
uses: actions/configure-pages@v2
- name: build_and_deploy
Expand Down

0 comments on commit ba9c354

Please sign in to comment.