diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-04-02 23:22:48 -0400 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-04-02 23:22:48 -0400 |
| commit | 11f041c91412f2c2edb9bff741b0bf100f0363ea (patch) | |
| tree | 03a4cb4a5847913dcdc0b7bf28ec5f63ac7aeae3 /.github | |
| parent | ed68e2d5599b7955f5c24bc69b7722ff62044704 (diff) | |
| download | depot-11f041c91412f2c2edb9bff741b0bf100f0363ea.tar.gz depot-11f041c91412f2c2edb9bff741b0bf100f0363ea.tar.bz2 depot-11f041c91412f2c2edb9bff741b0bf100f0363ea.zip | |
fix stale path
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/blog.yaml | 2 |
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 |
