From a69c2ca88de2cf609dd5c5bedc04fd2a7649f4bc Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 1 May 2024 18:14:42 +0200 Subject: [PATCH] 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