Skip to content

Commit 8ce2803

Browse files
fix(ci): update deploy-docs workflow to use docs-linkcheck recipe
Change linkcheck → docs-linkcheck to match renamed justfile recipe. Maintains consistency with multi-package monorepo naming pattern.
1 parent 967b5a4 commit 8ce2803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: nix develop -c just install
7575

7676
- name: Validate documentation links
77-
run: nix develop -c just linkcheck
77+
run: nix develop -c just docs-linkcheck
7878

7979
- name: Deploy to Cloudflare Workers
8080
id: deployment

0 commit comments

Comments
 (0)