mirror of
https://github.com/IT4Change/boilerplate-backend.git
synced 2025-12-13 10:25:49 +00:00
Merge pull request #85 from IT4Change/use-our-vuepress-deploy-action-in-workflows
refactor(backend): use our vuepress deployment action in docs deployment workflow
This commit is contained in:
commit
f7a977b936
4
.github/workflows/backend.deploy.docs.yml
vendored
4
.github/workflows/backend.deploy.docs.yml
vendored
@ -11,11 +11,11 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: vuepress-deploy
|
||||
uses: jenkey2011/vuepress-deploy@master
|
||||
uses: IT4Change/vuepress-build-and-deploy@master
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
#TARGET_REPO: username/repo
|
||||
#TARGET_BRANCH: master
|
||||
BUILD_SCRIPT: npm install && npm run docs:build
|
||||
BUILD_DIR: build/docs/
|
||||
VUEPRESS_BASE: "boilerplate-backend"
|
||||
VUEPRESS_BASE: "boilerplate-backend"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user