mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-07-10 23:13:12 +08:00
Update docs_deploy.yml
This commit is contained in:
2
.github/workflows/docs_deploy.yml
vendored
2
.github/workflows/docs_deploy.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Deploy Docs for ${{github.ref_name}}
|
- name: Deploy Docs for ${{github.ref_name}}
|
||||||
run: |
|
run: |
|
||||||
cd vitepress-docs/
|
cd vitepress-docs/
|
||||||
wget https://github.com/dreamhunter2333/cloudflare_temp_email/releases/latest/download/frontend.zip -O public/ui_install/frontend.zip
|
wget https://github.com/dreamhunter2333/cloudflare_temp_email/releases/latest/download/frontend.zip -O docs/public/ui_install/frontend.zip
|
||||||
pnpm install --no-frozen-lockfile
|
pnpm install --no-frozen-lockfile
|
||||||
if [[ ${{github.ref}} == refs/tags/* ]]; then
|
if [[ ${{github.ref}} == refs/tags/* ]]; then
|
||||||
export TAG_NAME=${{github.ref_name}}
|
export TAG_NAME=${{github.ref_name}}
|
||||||
|
|||||||
Reference in New Issue
Block a user