summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fc2c444..faaa50e 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 .#depot.web.blog
+ run: nix build .#blog
- name: Setup Pages
uses: actions/configure-pages@v4