Skip to content

Commit a2ed504

Browse files
author
Patrick Widmer
committed
wip
1 parent 4d00a2c commit a2ed504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
-w /workspace \
3030
-e NIX_CONFIG='experimental-features = nix-command flakes pipe-operators' \
3131
nixos/nix:latest \
32-
sh -c 'git config --global --add safe.directory /workspace && nix develop -c hugo --gc --minify'
32+
sh -c 'git config --global --add safe.directory $(pwd) && nix develop -c hugo --gc --minify'
3333
3434
- name: Upload artifact
3535
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)