From c92d7dee64f5869afbd44e6a8de5b19b6334fd2a Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Mon, 22 Apr 2024 20:29:36 +0800 Subject: [PATCH] Update docs_deploy.yml --- .github/workflows/docs_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}