[GH-Actions] Update github-pages-deploy-action to 4.1.3
Dieser Commit ist enthalten in:
Ursprung
2f012ee5b4
Commit
4f1862ed95
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
|
@ -21,7 +21,7 @@ jobs:
|
|||
mkdocs build --verbose --clean
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.2
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.3
|
||||
with:
|
||||
branch: gh-pages # The branch the action should deploy to.
|
||||
folder: site # The folder the action should deploy.
|
||||
|
|
Laden …
In neuem Issue referenzieren