[GH-Actions][pages] Update github-pages-deploy-action to 4.1.6
Dieser Commit ist enthalten in:
Ursprung
2ecd36ab34
Commit
08542fe0e9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
2
.github/workflows/gh-pages.yml
gevendort
2
.github/workflows/gh-pages.yml
gevendort
|
@ -23,7 +23,7 @@ jobs:
|
||||||
mkdocs build --verbose --clean
|
mkdocs build --verbose --clean
|
||||||
|
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.5
|
uses: JamesIves/github-pages-deploy-action@4.1.6
|
||||||
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-name: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITNAME_PAT }}'
|
||||||
|
|
Laden …
In neuem Issue referenzieren