Fix doc workflow (second try)

This commit is contained in:
Georg Semmler 2022-03-25 15:57:25 +01:00
parent 4cf2fe75fb
commit 1bd60d37cc
No known key found for this signature in database
GPG Key ID: A87BCEE5205CE489

View File

@ -45,7 +45,7 @@ jobs:
- name: Publish documentation
if: success()
uses: JamesIves/github-pages-deploy-action@releases/v4.1.3
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.