We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de80adf + 95f2d7e commit f49639bCopy full SHA for f49639b
1 file changed
.github/workflows/deploy-docs.yml
@@ -45,9 +45,9 @@ jobs:
45
- name: Deploy
46
uses: peaceiris/actions-gh-pages@v3
47
with:
48
- personal_token: ${{ secrets.MY_TOKEN }}
+ deploy_key: ${{ secrets.MY_TOKEN }}
49
# external_repository: alist-org/alist-org.github.io
50
publish_branch: gh-pages
51
publish_dir: docs/.vuepress/dist
52
- cname: alist.nn.ci
+ cname: alist.iots.vip
53
0 commit comments