mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
include cname to fix gh-pages deployment
This commit is contained in:
parent
940c945199
commit
fb0c41bbaa
7
.github/workflows/vuepress-deploy.yml
vendored
7
.github/workflows/vuepress-deploy.yml
vendored
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user