diff options
author | Aylur <[email protected]> | 2024-09-04 23:05:04 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-04 23:05:04 +0200 |
commit | 6299b0aa6102320da94c8cf7ca9eb3cedf776af6 (patch) | |
tree | 00cab5ee4bab877486f642d3b215fc62634a40da | |
parent | 67c8c97654efc2219c7b931b99d0d95d4541a5a8 (diff) |
fix: job names
-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: |