forked from DGNum/dgnum.eu
feat(deploy-dgnum): Update workflow
This commit is contained in:
parent
54d4216f64
commit
7e3c1812d0
1 changed files with 5 additions and 1 deletions
|
@ -8,12 +8,16 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: native
|
runs-on: debian-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: dgnum.eu
|
path: dgnum.eu
|
||||||
|
|
||||||
|
- uses: cachix/install-nix-action@v22
|
||||||
|
with:
|
||||||
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: |
|
run: |
|
||||||
# Hack to set the cache in the working directory
|
# Hack to set the cache in the working directory
|
||||||
|
|
Loading…
Reference in a new issue