mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 22:35:01 +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.
|
||||
needs: parse
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Git pull
|
||||
run: git pull
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user