From 9e28f064348e3683e7b3b20fe6dd93617d66d1ee Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 02:28:02 +0100 Subject: [PATCH] corrected target 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 5745c57..81aa67e 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: username/repo + TARGET_REPO: IT4Change/IT4C.dev TARGET_BRANCH: master BUILD_SCRIPT: npm install && npm run build:workflow BUILD_DIR: docs/.vuepress/dist