diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 8047da5d..2fef14d2 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -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}}