Skip to content

build: fix config issue and update github actions #346

build: fix config issue and update github actions

build: fix config issue and update github actions #346

Workflow file for this run

name: "Check site validity"
on:
push
jobs:
site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
- name: Build site
run: nix build -L .#site