Skip to content

Commit

Permalink
Merge pull request #54 from g-plane/improve-ci
Browse files Browse the repository at this point in the history
skip deployment in PR
  • Loading branch information
oscarotero authored Apr 4, 2024
2 parents 617c875 + 8925551 commit 9f95138
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 9f95138

Please sign in to comment.