mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 09:18:59 +00:00
Use old-style nix-shell instead for workflow
I wish `act` would support podman at this point. Ehhhhhh....
This commit is contained in:
parent
b9965497fd
commit
cd20e52d7a
2
.github/workflows/generate-site.yaml
vendored
2
.github/workflows/generate-site.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Setup for static site generation
|
||||
run: |
|
||||
nix shell nixpkgs#nodejs
|
||||
nix-shell -p nodejs
|
||||
mv notebook/ site/public/
|
||||
cd site
|
||||
npm install
|
||||
|
Loading…
Reference in New Issue
Block a user