mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 02:37:52 +08:00
fix: docs workflow
This commit is contained in:
parent
e15a350f6c
commit
19e9c37aaa
12
.github/workflows/docs.yml
vendored
12
.github/workflows/docs.yml
vendored
@ -2,9 +2,9 @@ name: Deploy Docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- vue3
|
||||
paths:
|
||||
- 'packages/fes-doc/**/**'
|
||||
- 'docs/**/**'
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Build and Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@master
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: packages/fes-doc/docs/.vuepress/dist
|
||||
BUILD_SCRIPT: cd packages/fes-doc && npm install && npm run build && cd ../../
|
||||
ACCESS_TOKEN: ${{ secrets.QLIN_GITEE_TOKEN }}
|
||||
BRANCH: master
|
||||
FOLDER: docs/.vuepress/dist
|
||||
BUILD_SCRIPT: npm install && npm run docs:build
|
||||
|
@ -1,4 +1,4 @@
|
||||
# @fesjs/plugin-access
|
||||
# @fesjs/plugin-sass
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user