Update docs_deploy.yml

This commit is contained in:
Dream Hunter
2024-04-22 20:29:36 +08:00
committed by GitHub
parent 6854ddb508
commit c92d7dee64

View File

@@ -35,7 +35,7 @@ jobs:
- name: Deploy Docs for ${{github.ref_name}}
run: |
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
if [[ ${{github.ref}} == refs/tags/* ]]; then
export TAG_NAME=${{github.ref_name}}