[GH-Actions][pages] Update github-pages-deploy-action to 4.1.4
Dieser Commit ist enthalten in:
Ursprung
8c3102945a
Commit
61aee88b41
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.3
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||
with:
|
||||
branch: gh-pages # The branch the action should deploy to.
|
||||
folder: site # The folder the action should deploy.
|
||||
|
|
Laden …
In neuem Issue referenzieren