mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-28 02:42:44 +08:00
fix: docs Cloudflare Pages (#152)
This commit is contained in:
1
.github/workflows/docs_deploy.yml
vendored
1
.github/workflows/docs_deploy.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user