mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
enable new domian
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -37,12 +37,11 @@ jobs:
|
||||
- name: Test
|
||||
run: npm run test
|
||||
- name: Build
|
||||
run: npm run build -- --base="/rabbit/"
|
||||
run: npm run build
|
||||
env:
|
||||
VITE_COMMIT: ${{ steps.hash.outputs.sha_short }}
|
||||
# disable temporally
|
||||
#- name: Set CNAME
|
||||
# run: echo "rabbit.syusui.net" >> ./dist/CNAME
|
||||
- name: Set CNAME
|
||||
run: echo "rabbit.syusui.net" >> ./dist/CNAME
|
||||
- name: Check license
|
||||
run: npm run checkLicense
|
||||
- name: Deploy
|
||||
|
||||
Reference in New Issue
Block a user