Commit 476b2b8acc88ad3983d7b28e478ba5aba8c8d862
1 parent
40412843
chore: update CNAME
Showing
2 changed files
with
2 additions
and
2 deletions
.github/workflows/deploy.yml
... | ... | @@ -55,7 +55,6 @@ jobs: |
55 | 55 | # ARGS: --delete --verbose --parallel=80 |
56 | 56 | |
57 | 57 | push-to-gh-pages: |
58 | - if: "contains(github.event.head_commit.message, '[release]')" | |
59 | 58 | runs-on: ubuntu-latest |
60 | 59 | steps: |
61 | 60 | - name: Checkout |
... | ... | @@ -64,8 +63,8 @@ jobs: |
64 | 63 | - name: Sed Config Base |
65 | 64 | shell: bash |
66 | 65 | run: | |
67 | - sed -i 's#VITE_PUBLIC_PATH\s*=.*#VITE_PUBLIC_PATH = /vue-vben-admin/#g' ./.env.production | |
68 | 66 | sed -i "s#VITE_BUILD_COMPRESS\s*=.*#VITE_BUILD_COMPRESS = 'gzip'#g" ./.env.production |
67 | + sed -i "s#VITE_DROP_CONSOLE\s*=.*#VITE_DROP_CONSOLE = true#g" ./.env.production | |
69 | 68 | cat ./.env.production |
70 | 69 | |
71 | 70 | - name: use Node.js 16 | ... | ... |
CNAME
0 → 100644
1 | +vben.vvbin.cn | ... | ... |