From 358fa5e6d75757474055e6b32a89acb810f56b8e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 16:57:23 +0100 Subject: [PATCH] use default branchname `gh-pages` --- .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 253a146..fdeb561 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -17,7 +17,7 @@ jobs: env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_REPO: IT4Change/IT4C.dev - TARGET_BRANCH: github-pages + TARGET_BRANCH: gh-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