From 6299b0aa6102320da94c8cf7ca9eb3cedf776af6 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 4 Sep 2024 23:05:04 +0200 Subject: fix: job names --- .github/workflows/vitepress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3