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 f38c5c4 commit e306da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- 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
- uses: ad-m/github-push-action@v0.5.0
with:
# Token for the repo
Expand Down

0 comments on commit e306da2

Please sign in to comment.