mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
chore: update CNAME
This commit is contained in:
parent
4041284345
commit
476b2b8acc
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -55,7 +55,6 @@ jobs:
|
|||||||
# ARGS: --delete --verbose --parallel=80
|
# ARGS: --delete --verbose --parallel=80
|
||||||
|
|
||||||
push-to-gh-pages:
|
push-to-gh-pages:
|
||||||
if: "contains(github.event.head_commit.message, '[release]')"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -64,8 +63,8 @@ jobs:
|
|||||||
- name: Sed Config Base
|
- name: Sed Config Base
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sed -i 's#VITE_PUBLIC_PATH\s*=.*#VITE_PUBLIC_PATH = /vue-vben-admin/#g' ./.env.production
|
|
||||||
sed -i "s#VITE_BUILD_COMPRESS\s*=.*#VITE_BUILD_COMPRESS = 'gzip'#g" ./.env.production
|
sed -i "s#VITE_BUILD_COMPRESS\s*=.*#VITE_BUILD_COMPRESS = 'gzip'#g" ./.env.production
|
||||||
|
sed -i "s#VITE_DROP_CONSOLE\s*=.*#VITE_DROP_CONSOLE = true#g" ./.env.production
|
||||||
cat ./.env.production
|
cat ./.env.production
|
||||||
|
|
||||||
- name: use Node.js 16
|
- name: use Node.js 16
|
||||||
|
Loading…
Reference in New Issue
Block a user