From 31dbd53c8be0d029314f60d0409a08d7b69ba8ae Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 02:33:29 +0100 Subject: [PATCH] use correct repo --- .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 81aa67e..e829ef1 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -16,7 +16,7 @@ jobs: uses: jenkey2011/vuepress-deploy@v1.8.1 env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - TARGET_REPO: IT4Change/IT4C.dev + TARGET_REPO: IT4Change/IT4Change.github.io TARGET_BRANCH: master BUILD_SCRIPT: npm install && npm run build:workflow BUILD_DIR: docs/.vuepress/dist