From 33a8d3fe55850b08c233ba8d58f3c8e7d32a3bd4 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 21 Feb 2023 03:07:18 +0100 Subject: [PATCH] fix deploy --- .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 fdeb561..2879067 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -18,6 +18,6 @@ jobs: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_REPO: IT4Change/IT4C.dev TARGET_BRANCH: gh-pages - BUILD_SCRIPT: npm install && npm run build:workflow + BUILD_SCRIPT: npm install && npm run build BUILD_DIR: docs/.vuepress/dist CNAME: https://www.it4c.dev \ No newline at end of file