From d9cb0cb4c3ea56762f638a252b90ed9ab99421ca Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 12 Sep 2023 13:51:12 +0200 Subject: [PATCH] use vuepress deploy master --- .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 cfe23b3..681b98d 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -18,7 +18,7 @@ jobs: node-version: '19' - name: vuepress-deploy - uses: jenkey2011/vuepress-deploy@v1.8.1 + uses: jenkey2011/vuepress-deploy@master env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_REPO: IT4Change/IT4C.dev