Skip to content

Commit

Permalink
feat: gen gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 25, 2024
1 parent 1d71f53 commit 7f3fcf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/sync-to-quark-ecosystem-io
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ jobs:
repository-name: quark-ecosystem/quarkd-docs
token: ${{ secrets.GIT_ACTION }}
target-folder: playground/

# 部署到当前仓库的 gh-pages 分支
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3 # 使用部署到 GitHub pages 的 action
# with:
# publish_dir: ./dist # 部署打包后的 dist 目录
# github_token: ${{ secrets.GITHUB_TOKEN }} # secret 名
# # user_name: ${{ secrets.MY_USER_NAME }}
# # user_email: ${{ secrets.MY_USER_EMAIL }}
# # commit_message: 自动部署 # 部署时的 git 提交信息,自由填写

0 comments on commit 7f3fcf5

Please sign in to comment.