Skip to content

Commit

Permalink
Fix gh-pages to nix run
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswhybrow committed Oct 3, 2023
1 parent 5570d9c commit dd60d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
extra_nix_config: experimental-features = nix-command flakes
- uses: actions/checkout@v3
- uses: actions/configure-pages@v3
- run: nix develop -c go run main.go build
- run: nix run
- uses: actions/[email protected]
with:
path: build
Expand Down

0 comments on commit dd60d66

Please sign in to comment.