Skip to content

update theme and version #66

update theme and version

update theme and version #66

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-14, ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Test website and nix environment
run: nix develop --command bash -c "zola build"