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 ce95d9a commit 37ba22d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ 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 /github/workspace
- uses: ad-m/[email protected]
- uses: ad-m/github-push-action@master
with:
# Token for the repo
# Can be passed in using $\{{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 37ba22d

Please sign in to comment.