From 34b787bb1893f4fbcb5f0c46442849ed02282667 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 16:56:00 +0100 Subject: [PATCH] deploy to same repo on different branch --- .github/workflows/vuepress-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index e829ef1..253a146 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -16,8 +16,8 @@ jobs: uses: jenkey2011/vuepress-deploy@v1.8.1 env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - TARGET_REPO: IT4Change/IT4Change.github.io - TARGET_BRANCH: master + TARGET_REPO: IT4Change/IT4C.dev + TARGET_BRANCH: github-pages BUILD_SCRIPT: npm install && npm run build:workflow BUILD_DIR: docs/.vuepress/dist CNAME: https://www.it4c.dev \ No newline at end of file