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
2
.github/workflows/backend.deploy.docs.yml
vendored
2
.github/workflows/backend.deploy.docs.yml
vendored
@ -11,7 +11,7 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user