summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-04 23:05:04 +0200
committerAylur <[email protected]>2024-09-04 23:05:04 +0200
commit6299b0aa6102320da94c8cf7ca9eb3cedf776af6 (patch)
tree00cab5ee4bab877486f642d3b215fc62634a40da
parent67c8c97654efc2219c7b931b99d0d95d4541a5a8 (diff)
fix: job names
-rw-r--r--.github/workflows/vitepress.yml2
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: