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