Remove other now obsolete nix files

This commit is contained in:
eikek
2024-03-10 15:36:40 +01:00
parent f3f246d798
commit 3aad3b7be4
8 changed files with 16 additions and 76 deletions

View File

@ -17,9 +17,5 @@ jobs:
with:
elm-version: 0.19.1
- uses: cachix/install-nix-action@v26
with:
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 }})
run: nix-shell website/shell.nix --run "sbt make-website"
run: nix develop .#dev-cnt --command sbt make-website

View File

@ -16,13 +16,9 @@ jobs:
with:
elm-version: 0.19.1
- uses: cachix/install-nix-action@v26
with:
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 }})
run: nix-shell website/shell.nix --run "sbt make-website"
run: nix develop .#dev-cnt --command sbt make-website
- name: Publish website (${{ env.DOCSPELL_VERSION }})
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt publish-website
run: nix develop .#dev-cnt --command sbt publish-website