about summary refs log tree commit diff
path: root/.github/workflows/page.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/page.yml')
-rw-r--r--.github/workflows/page.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml
index 04d964f..c13aa75 100644
--- a/.github/workflows/page.yml
+++ b/.github/workflows/page.yml
@@ -24,7 +24,10 @@ jobs:
       - uses: actions/checkout@v4
       - uses: DeterminateSystems/nix-installer-action@main
       - uses: DeterminateSystems/magic-nix-cache-action@main
-      - run: nix build .#site --print-build-logs
+      - name: flake check
+        run: nix flake check
+      - name: Build the site
+        run: nix build --print-build-logs
       - name: Upload artifact
         uses: actions/upload-pages-artifact@v2
         with: