Skip to content

Commit 28c3794

Browse files
authored
Merge pull request #51 from upsetjs/dependabot/github_actions/develop/peaceiris/actions-gh-pages-4.0.0
Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
2 parents 438957e + c2de832 commit 28c3794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cp build/venn.js public/build/
4040
- name: Deploy
4141
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
42-
uses: peaceiris/actions-gh-pages@v3.9.3
42+
uses: peaceiris/actions-gh-pages@v4.0.0
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545
publish_dir: ./public

0 commit comments

Comments
 (0)