[GH-Actions][pages] Add milkmaker

Dieser Commit ist enthalten in:
Peter 2021-10-04 11:44:03 +02:00
Ursprung d08c75ff6f
Commit a7a38b5804
Es konnte kein GPG-SchlĂŒssel zu dieser Signatur gefunden werden
GPG-SchlĂŒssel-ID: A40EE5665510C9D5

Datei anzeigen

@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout đŸ“„
uses: actions/checkout@v2.3.4
with:
token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}'
- name: Install dependencies 🐄
run: |
@ -23,5 +25,6 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}'
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.