.github/workflows/pages.yml: update dependencies

Only attempt to update the site content if parsing the schema and
updating the site was successful.
This commit is contained in:
Alan Orth 2021-12-14 14:54:54 +02:00
parent 871dca1a49
commit 99be04a784
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -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