[GH-Actions][pages] Fix milkmaker

Dieser Commit ist enthalten in:
Peter 2021-10-04 12:03:08 +02:00 committet von GitHub
Ursprung a3341b96e8
Commit 885c7d4c96
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -26,5 +26,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.5 uses: JamesIves/github-pages-deploy-action@4.1.5
with: with:
token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}' token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}'
git-config-name: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITNAME_PAT }}'
git-config-email: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITEMAIL_PAT }}'
branch: gh-pages # The branch the action should deploy to. branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy. folder: site # The folder the action should deploy.