Skip to content

Commit

Permalink
move repo
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 14, 2023
1 parent ab8e50b commit 448737e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.MY_TOKEN }}
# personal_token: ${{ secrets.MY_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
# external_repository: alist-org/alist-org.github.io
publish_branch: gh-pages
# publish_branch: gh-pages
publish_dir: docs/.vuepress/dist
cname: alist.nn.ci
# cname: alist.nn.ci

0 comments on commit 448737e

Please sign in to comment.