Update JamesIves/github-pages-deploy-action action to v4.1.7 (#323)
Signed-off-by: Peter <magic@kthx.at> Co-authored-by: Renovate Bot <bot@renovateapp.com>
Dieser Commit ist enthalten in:
Ursprung
ef71032aa9
Commit
4a0dab470e
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
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.6
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.7
|
||||
with:
|
||||
token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}'
|
||||
git-config-name: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITNAME_PAT }}'
|
||||
|
|
Laden …
In neuem Issue referenzieren