Skip to content

Commit e7c0cfd

Browse files
committed
ci: needs take a job id not a step id
1 parent c3e1586 commit e7c0cfd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
name: github-pages
3838
url: ${{ steps.deployment.outputs.page_url }}
3939
runs-on: ubuntu-latest
40-
needs:
41-
- build-yard
42-
- build-jekyll
40+
needs: build
4341
steps:
4442
- name: Deploy to GitHub Pages
4543
id: deployment

0 commit comments

Comments
 (0)