Skip to content

Commit

Permalink
Merge pull request #51 from upsetjs/dependabot/github_actions/develop…
Browse files Browse the repository at this point in the history
…/peaceiris/actions-gh-pages-4.0.0

Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
  • Loading branch information
sgratzl authored Jun 8, 2024
2 parents 438957e + c2de832 commit 28c3794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cp build/venn.js public/build/
- name: Deploy
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
Expand Down

0 comments on commit 28c3794

Please sign in to comment.