We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 438957e + c2de832 commit 28c3794Copy full SHA for 28c3794
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
cp build/venn.js public/build/
40
- name: Deploy
41
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
42
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
43
with:
44
github_token: ${{ secrets.GITHUB_TOKEN }}
45
publish_dir: ./public
0 commit comments