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:
Hannes Heine 2024-05-02 08:20:57 +02:00 committed by GitHub
commit b16d2e3b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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