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"
on:
push:
branches:
- master
#on:
# push:
# branches:
# - master
on: push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
@ -18,3 +19,4 @@ jobs:
#TARGET_BRANCH: master
BUILD_SCRIPT: npm install && npm run docs:build
BUILD_DIR: build/docs/
VUEPRESS_BASE: "/boilerplate-frontend/"