From 9c24ce7b7df4a29e10bd24bf218cc193ad926052 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 02:51:33 +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 49173a5..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.github.io + TARGET_REPO: IT4Change/IT4Change.github.io TARGET_BRANCH: master BUILD_SCRIPT: npm install && npm run build:workflow BUILD_DIR: docs/.vuepress/dist