summaryrefslogtreecommitdiff
path: root/.github/workflows/blog.yaml
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-09-12 20:57:59 -0700
committerKleidi Bujari <mail@4kb.net>2025-09-12 21:00:27 -0700
commitfe96211bb8dc81fde57bf6900b840e69f2b218fc (patch)
treeff1c63e7962c6373199b94b8fd236b15e3441244 /.github/workflows/blog.yaml
parentab58c69b6db2902688841a4008221f72bbbb8692 (diff)
downloaddepot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.tar.gz
depot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.tar.bz2
depot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.zip
move packages to overlay and expose certain packages
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