mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-19 15:04:20 +01:00
fix: CNAME
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -40,6 +40,8 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
env:
|
env:
|
||||||
VITE_COMMIT: ${{ steps.hash.outputs.sha_short }}
|
VITE_COMMIT: ${{ steps.hash.outputs.sha_short }}
|
||||||
|
- name: Set CNAME
|
||||||
|
run: echo "rabbit.syusui.net" >> ./dist/CNAME
|
||||||
- name: Check license
|
- name: Check license
|
||||||
run: npm run checkLicense
|
run: npm run checkLicense
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user