mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
docs: 修复docs action问题
This commit is contained in:
parent
c6cfcbbd0f
commit
927ed48408
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
REMOTE_USER: root
|
||||
# 目标目录
|
||||
TARGET: /data/web-packages/p/fesjs
|
||||
|
||||
|
||||
build-and-deploy-pages:
|
||||
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
|
||||
runs-on: ubuntu-latest
|
||||
@ -46,6 +46,5 @@ jobs:
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
with:
|
||||
branch: gh-pages # The branch the action should deploy to.
|
||||
folder: build # The folder the action should deploy.
|
||||
folder: docs/.vuepress/dist
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user