docs: init doc

This commit is contained in:
linpl 2023-02-23 14:47:49 +08:00
parent 10eff8efd2
commit a9e0d2680b

View File

@ -16,6 +16,7 @@ jobs:
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# 文档目录,如果是 react 模板需要修改为 docs-dist # 文档目录,如果是 react 模板需要修改为 docs-dist
publish_dir: ./dist publish_dir: ./dist
# #