From a3b3753bec8334df6b271072fad596b893bd2297 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 30 Nov 2023 09:58:52 +0100 Subject: [PATCH] test workflow deploy docs --- .github/workflows/frontend.deploy.docs.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/frontend.deploy.docs.yml b/.github/workflows/frontend.deploy.docs.yml index a79962e..7790229 100644 --- a/.github/workflows/frontend.deploy.docs.yml +++ b/.github/workflows/frontend.deploy.docs.yml @@ -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/ \ No newline at end of file + BUILD_DIR: build/docs/ + VUEPRESS_BASE: "/boilerplate-frontend/" \ No newline at end of file