Skip to content

Commit 40120a3

Browse files
authored
remove external repo
1 parent 8fc80d6 commit 40120a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Push to GitHub Pages on push to main
1+
name: Push to GitHub Pages on push to master
22
on:
33
push:
44
branches:
@@ -20,7 +20,5 @@ jobs:
2020
- name: Deploy
2121
uses: peaceiris/actions-gh-pages@v4
2222
with:
23-
personal_token: ${{ secrets.DEPLOY_TOKEN }}
24-
external_repository: zellij-org/zellij.dev
25-
publish_branch: gh-pages
23+
github_token: ${{ secrets.GITHUB_TOKEN }}
2624
publish_dir: ./public

0 commit comments

Comments
 (0)