mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
test workflow deploy docs
This commit is contained in:
parent
15c492d7cf
commit
a3b3753bec
10
.github/workflows/frontend.deploy.docs.yml
vendored
10
.github/workflows/frontend.deploy.docs.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: "frontend:deploy:docs to github"
|
name: "frontend:deploy:docs to github"
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -18,3 +19,4 @@ jobs:
|
|||||||
#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/"
|
||||||
Loading…
x
Reference in New Issue
Block a user