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