mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
.github/workflows/pages.yml: add more comments
This commit is contained in:
parent
99be04a784
commit
2eeaa63cce
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
@ -34,8 +34,11 @@ jobs:
|
|||||||
commit_message: Automated commit with site updates
|
commit_message: Automated commit with site updates
|
||||||
# Only commit if there are changes to the site.
|
# Only commit if there are changes to the site.
|
||||||
file_pattern: site/*
|
file_pattern: site/*
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# Only run if we are on the main branch. We don't want to update the site
|
||||||
|
# with content from other branches.
|
||||||
if: ${{ github.ref_name == 'main' }}
|
if: ${{ github.ref_name == 'main' }}
|
||||||
# We need the parse job above. Do not run if that one fails.
|
# We need the parse job above. Do not run if that one fails.
|
||||||
needs: parse
|
needs: parse
|
||||||
|
Loading…
Reference in New Issue
Block a user