Skip to content

Commit

Permalink
Fix gh pages push error
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Dec 16, 2023
1 parent e306da2 commit ce95d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix-shell --run "./english_build.sh"
# Fix for https://github.com/inasafe/inasafe-doc/actions/runs/7233606517/job/19709062547#step:7:14
- run: git config --global --add safe.directory $PWD
- run: git config --global --add safe.directory /github/workspace
- uses: ad-m/[email protected]
with:
# Token for the repo
Expand Down

0 comments on commit ce95d9a

Please sign in to comment.