.github/workflows/pages.yml: try to git pull

We should git pull before we update the site.
This commit is contained in:
2021-12-14 15:14:37 +02:00
parent 2eeaa63cce
commit 3961c3e483

View File

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