From a69c2ca88de2cf609dd5c5bedc04fd2a7649f4bc Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 1 May 2024 18:14:42 +0200 Subject: [PATCH 1/2] use our vuepress deployment action in docs deployment workflow --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 7acfe29..a2b133e 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -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 From 603984d6d26d35bd9ec63604ecd65d0199e89ec1 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 1 May 2024 18:16:46 +0200 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 557b4dd..84c2655 100644 --- a/README.md +++ b/README.md @@ -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