fix: docs Cloudflare Pages (#152)

This commit is contained in:
Dream Hunter
2024-04-22 20:24:40 +08:00
committed by GitHub
parent e524f82674
commit 6854ddb508
2 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +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
pnpm install --no-frozen-lockfile
if [[ ${{github.ref}} == refs/tags/* ]]; then
export TAG_NAME=${{github.ref_name}}