Skip to content

Commit

Permalink
GHA: Use --add safe.directory in container
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 20, 2023
1 parent 98fa8cb commit 8f0b05c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: Set up worktree and Run ikiwiki
run: |
git config --global --add safe.directory $PWD
git config extensions.worktreeConfig true
git worktree add -B master ../_site origin/master
Expand Down

0 comments on commit 8f0b05c

Please sign in to comment.