mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-25 08:10:18 +01:00
.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:
parent
871dca1a49
commit
99be04a784
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -37,6 +37,8 @@ jobs:
|
|||||||
pages:
|
pages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.ref_name == 'main' }}
|
if: ${{ github.ref_name == 'main' }}
|
||||||
|
# We need the parse job above. Do not run if that one fails.
|
||||||
|
needs: parse
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user