From 99be04a7849d465edcb7808773e64a5214c8e20d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 14 Dec 2021 14:54:54 +0200 Subject: [PATCH] .github/workflows/pages.yml: update dependencies Only attempt to update the site content if parsing the schema and updating the site was successful. --- .github/workflows/pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8dc0639f..ebee67d3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -37,6 +37,8 @@ jobs: pages: runs-on: ubuntu-latest if: ${{ github.ref_name == 'main' }} + # We need the parse job above. Do not run if that one fails. + needs: parse steps: - uses: actions/checkout@v2 - name: Deploy