[GH-Actions] Update github-pages-deploy-action to 4.1.2
Dieser Commit ist enthalten in:
Ursprung
628e5ebc5e
Commit
e424805668
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
|
mkdocs build --verbose --clean
|
||||||
|
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
uses: JamesIves/github-pages-deploy-action@4.1.2
|
||||||
with:
|
with:
|
||||||
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