summaryrefslogtreecommitdiff
path: root/.github/workflows/blog.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/blog.yaml')
-rw-r--r--.github/workflows/blog.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/blog.yaml b/.github/workflows/blog.yaml
index faaa50e..2d5556b 100644
--- a/.github/workflows/blog.yaml
+++ b/.github/workflows/blog.yaml
@@ -24,7 +24,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
- name: Build blog
- run: nix build .#blog
+ run: nix build .#site
- name: Setup Pages
uses: actions/configure-pages@v4