diff options
-rw-r--r-- | .github/workflows/vitepress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vitepress.yml b/.github/workflows/vitepress.yml index c551170..3a90827 100644 --- a/.github/workflows/vitepress.yml +++ b/.github/workflows/vitepress.yml @@ -43,7 +43,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - needs: vitepress + needs: build-vitepress runs-on: ubuntu-latest name: Deploy steps: |