Update website build

yarn + zola
This commit is contained in:
eikek
2023-11-13 17:36:02 +01:00
parent fe72fbee8a
commit 5a79942aa2
4 changed files with 60 additions and 120 deletions

View File

@ -18,7 +18,7 @@ jobs:
elm-version: 0.19.1
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-21.11
nix_path: nixpkgs=channel:nixos-23.05
- name: Print nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Build website (${{ env.DOCSPELL_VERSION }})

View File

@ -17,7 +17,7 @@ jobs:
elm-version: 0.19.1
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-21.11
nix_path: nixpkgs=channel:nixos-23.05
- name: Print nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Build website (${{ env.DOCSPELL_VERSION }})