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
12
.github/workflows/frontend.deploy.docs.yml
vendored
12
.github/workflows/frontend.deploy.docs.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: "frontend:deploy:docs to github"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
on: push
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
@ -17,4 +18,5 @@ jobs:
|
||||
#TARGET_REPO: username/repo
|
||||
#TARGET_BRANCH: master
|
||||
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