Skip to content

Commit f49639b

Browse files
authored
Merge pull request #1 from AlliotTech/feat/new-fork
fix(deploy-docs): update CNAME to alist.iots.vip
2 parents de80adf + 95f2d7e commit f49639b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- name: Deploy
4646
uses: peaceiris/actions-gh-pages@v3
4747
with:
48-
personal_token: ${{ secrets.MY_TOKEN }}
48+
deploy_key: ${{ secrets.MY_TOKEN }}
4949
# external_repository: alist-org/alist-org.github.io
5050
publish_branch: gh-pages
5151
publish_dir: docs/.vuepress/dist
52-
cname: alist.nn.ci
52+
cname: alist.iots.vip
5353

0 commit comments

Comments
 (0)