Skip to content

Commit 37bcff6

Browse files
committed
ci: use proper dependency
1 parent 7c9114f commit 37bcff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id: deployment
5454
uses: actions/deploy-pages@v4
5555
library-deployment:
56-
needs: [lint]
56+
needs: [page-deployment]
5757
runs-on: ubuntu-latest
5858
strategy:
5959
matrix:

0 commit comments

Comments
 (0)