mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
fix workflow syntax
This commit is contained in:
parent
6f5d004f91
commit
fa33d765d4
22
.github/workflows/frontend.deploy.docs.yml
vendored
22
.github/workflows/frontend.deploy.docs.yml
vendored
@ -12,15 +12,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '>=21'
|
node-version: '>=21'
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: vuepress-deploy
|
- name: vuepress-deploy
|
||||||
uses: jenkey2011/vuepress-deploy@master
|
uses: jenkey2011/vuepress-deploy@master
|
||||||
env:
|
env:
|
||||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
#TARGET_REPO: username/repo
|
#TARGET_REPO: username/repo
|
||||||
#TARGET_BRANCH: master
|
#TARGET_BRANCH: master
|
||||||
BUILD_SCRIPT: npm install && npm run docs:build
|
BUILD_SCRIPT: npm install && npm run docs:build
|
||||||
BUILD_DIR: build/docs/
|
BUILD_DIR: build/docs/
|
||||||
VUEPRESS_BASE: "boilerplate-frontend"
|
VUEPRESS_BASE: "boilerplate-frontend"
|
||||||
Loading…
x
Reference in New Issue
Block a user