Skip to content

Commit 27a1b11

Browse files
committed
Fix typo in deploy.yml
1 parent 3da18c0 commit 27a1b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: github-pages
7070
url: ${{ steps.deployment.outputs.page_url }}
7171
runs-on: ubuntu-latest
72-
needs: test-and-build
72+
needs: build
7373
steps:
7474
- name: Deploy to GitHub Pages
7575
id: deployment

0 commit comments

Comments
 (0)