We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc80d6 commit 40120a3Copy full SHA for 40120a3
.github/workflows/gh-pages.yml
@@ -1,4 +1,4 @@
1
-name: Push to GitHub Pages on push to main
+name: Push to GitHub Pages on push to master
2
on:
3
push:
4
branches:
@@ -20,7 +20,5 @@ jobs:
20
- name: Deploy
21
uses: peaceiris/actions-gh-pages@v4
22
with:
23
- personal_token: ${{ secrets.DEPLOY_TOKEN }}
24
- external_repository: zellij-org/zellij.dev
25
- publish_branch: gh-pages
+ github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_dir: ./public
0 commit comments