mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
.github/workflows/pages.yml: try to git pull
We should git pull before we update the site.
This commit is contained in:
parent
2eeaa63cce
commit
3961c3e483
6
.github/workflows/pages.yml
vendored
6
.github/workflows/pages.yml
vendored
@ -43,7 +43,11 @@ jobs:
|
|||||||
# 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
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Git pull
|
||||||
|
run: git pull
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user