Skip to content

Commit

Permalink
test workflow deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Nov 30, 2023
1 parent 15c492d commit a3b3753
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/frontend.deploy.docs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/"

0 comments on commit a3b3753

Please sign in to comment.