Skip to content

Commit e3c1fb6

Browse files
committed
Fix CI deploy action
1 parent 94c4d34 commit e3c1fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
# uses: JetBrains/writerside-checker-action@v1
6161
# with:
6262
# instance: ${{ env.INSTANCE }}
63-
#
63+
6464
deploy:
6565
environment:
6666
name: github-pages
6767
url: ${{ steps.deployment.outputs.page_url }}
68-
needs: test
68+
needs: build
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Download Artifact

0 commit comments

Comments
 (0)