[GH-Actions][pages] Add milkmaker
Dieser Commit ist enthalten in:
Ursprung
d08c75ff6f
Commit
a7a38b5804
1 geÀnderte Dateien mit 3 neuen und 0 gelöschten Zeilen
3
.github/workflows/gh-pages.yml
gevendort
3
.github/workflows/gh-pages.yml
gevendort
|
@ -9,6 +9,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout đ„
|
- name: Checkout đ„
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
with:
|
||||||
|
token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}'
|
||||||
|
|
||||||
- name: Install dependencies đ
|
- name: Install dependencies đ
|
||||||
run: |
|
run: |
|
||||||
|
@ -23,5 +25,6 @@ jobs:
|
||||||
- name: Deploy đ
|
- name: Deploy đ
|
||||||
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 }}'
|
||||||
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.
|
||||||
|
|
Laden âŠ
In neuem Issue referenzieren