We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d00a2c commit a2ed504Copy full SHA for a2ed504
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
-w /workspace \
30
-e NIX_CONFIG='experimental-features = nix-command flakes pipe-operators' \
31
nixos/nix:latest \
32
- sh -c 'git config --global --add safe.directory /workspace && nix develop -c hugo --gc --minify'
+ sh -c 'git config --global --add safe.directory $(pwd) && nix develop -c hugo --gc --minify'
33
34
- name: Upload artifact
35
uses: actions/upload-pages-artifact@v3
0 commit comments