mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge pull request #166 from IT4Change/use-our-vuepress-deploy-action-in-workflows
refactor(other): use our vuepress deploy action in workflows
This commit is contained in:
commit
b16d2e3b87
2
.github/workflows/vuepress-deploy.yml
vendored
2
.github/workflows/vuepress-deploy.yml
vendored
@ -13,7 +13,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.ACCESS_TOKEN }}
|
||||
TARGET_REPO: IT4Change/IT4C.dev
|
||||
|
||||
@ -15,7 +15,7 @@ This package uses:
|
||||
|
||||
- [vuepress](https://github.com/vuejs/vuepress)
|
||||
- [vuepress-theme-book](https://github.com/cyrilf/vuepress-theme-book)
|
||||
- [vuepress-deploy](https://github.com/jenkey2011/vuepress-deploy)
|
||||
- [vuepress-build-and-deploy](https://github.com/IT4Change/vuepress-build-and-deploy)
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user