Skip to content

Commit

Permalink
feat: update gitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-mt committed Jun 9, 2024
1 parent beac152 commit 78d5054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
user_name: ${{ secrets.MY_USER_NAME }}
user_email: ${{ secrets.MY_USER_EMAIL }}
# 文档目录,如果是 react 模板需要修改为 docs-dist
publish_dir: ./docs-dist

0 comments on commit 78d5054

Please sign in to comment.