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

We should git pull before we update the site.
This commit is contained in:
Alan Orth 2021-12-14 15:14:37 +02:00
parent 2eeaa63cce
commit 3961c3e483
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 1 deletions

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: