Skip to content

Commit 2ecfd81

Browse files
authored
Fix job dependency error (old name)
1 parent 6f46bcc commit 2ecfd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
deploy:
8585
if: github.event_name != 'pull_request'
86-
needs: build_book
86+
needs: build
8787
runs-on: ubuntu-24.04
8888
environment:
8989
name: github-pages

0 commit comments

Comments
 (0)