adding cname file, updating node version
This commit is contained in:
parent
b884925f38
commit
de904979cc
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
|
||||
- name: Install Node Modules
|
||||
run: npm ci
|
||||
@ -37,6 +37,9 @@ jobs:
|
||||
run: npm run build --if-present
|
||||
working-directory: ./www
|
||||
|
||||
- name: Move CNAME file to Staging Directory
|
||||
run: mv CNAME www/dist
|
||||
|
||||
- name: Deploy To Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user