Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuChenly authored Mar 3, 2024
1 parent 49c4ae0 commit 4fda8b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: [build, test]
# needs: [build, test]
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Download artifacts
Expand Down

0 comments on commit 4fda8b1

Please sign in to comment.