From fb0c41bbaac3d8f11a3a224e339e15d81861cfa1 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 5 Nov 2023 17:55:22 +0100 Subject: [PATCH] include cname to fix gh-pages deployment --- .github/workflows/vuepress-deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 838cea9..57a035f 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -12,11 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@master - - name: Setup Node 20 - uses: actions/setup-node@v4 - with: - node-version: '20' - - name: vuepress-deploy uses: jenkey2011/vuepress-deploy@master env: @@ -25,4 +20,4 @@ jobs: TARGET_BRANCH: gh-pages BUILD_SCRIPT: npm install && npm run build-node16 BUILD_DIR: docs/.vuepress/dist - # CNAME: https://www.it4c.dev + CNAME: https://it4change.github.io/IT4C.dev/