Skip to content

Commit 3cf946e

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
docker run --rm \
2828
-v ${{ github.workspace }}:/workspace \
2929
-w /workspace \
30-
-e NIX_CONFIG='experimental-features = nix-command flakes pipe-operators' \
30+
-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)