Skip to content

Commit 5206202

Browse files
committed
ci: fix
1 parent 150fe57 commit 5206202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
upload_pages:
7171
name: Deploy to GitHub Pages
7272
runs-on: ubuntu-latest
73-
needs: build
73+
needs: check
7474
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
7575
permissions:
7676
id-token: write

0 commit comments

Comments
 (0)