Skip to content

Commit c3e1586

Browse files
committed
ci: fix needs syntax
1 parent 6e08842 commit c3e1586

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yml

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

0 commit comments

Comments
 (0)