From 09e886383c68d26e26b20d9c7334a0127904d302 Mon Sep 17 00:00:00 2001 From: Thibault Simonetto Date: Tue, 13 Aug 2024 21:09:53 +0200 Subject: [PATCH] Correct workflow --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4802638..cdac248 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -62,8 +62,8 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: - - build - - docs + - build-website + - build-docs steps: - name: Download website uses: actions/download-artifact@v4