2024-07-10 21:59:27 +00:00
|
|
|
name: Build Blog
|
2024-07-10 21:44:41 +00:00
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
2024-07-10 21:59:27 +00:00
|
|
|
build:
|
|
|
|
name: Build
|
2024-07-10 21:44:41 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: DeterminateSystems/nix-installer-action@main
|
|
|
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
|
|
- name: Build site
|
|
|
|
run: nix build
|