test workflow deploy docs

This commit is contained in:
Ulf Gebhardt 2023-11-30 09:58:52 +01:00
parent 15c492d7cf
commit a3b3753bec
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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/"