mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge pull request #89 from IT4Change/deploy-to-ghpages-correctly
fix(workflow): include cname to fix gh-pages deploy
This commit is contained in:
commit
0cf221d4c7
7
.github/workflows/vuepress-deploy.yml
vendored
7
.github/workflows/vuepress-deploy.yml
vendored
@ -12,11 +12,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Setup Node 20
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
|
|
||||||
- name: vuepress-deploy
|
- name: vuepress-deploy
|
||||||
uses: jenkey2011/vuepress-deploy@master
|
uses: jenkey2011/vuepress-deploy@master
|
||||||
env:
|
env:
|
||||||
@ -25,4 +20,4 @@ jobs:
|
|||||||
TARGET_BRANCH: gh-pages
|
TARGET_BRANCH: gh-pages
|
||||||
BUILD_SCRIPT: npm install && npm run build-node16
|
BUILD_SCRIPT: npm install && npm run build-node16
|
||||||
BUILD_DIR: docs/.vuepress/dist
|
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