Skip to content

Commit

Permalink
skip deployment in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane authored Apr 3, 2024
1 parent 617c875 commit 8925551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: 'docs/_site'

- name: Deploy to GitHub Pages
if: ${{ github.event_name == 'push' }}
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 8925551

Please sign in to comment.