update: sample
This commit is contained in:
parent
4ceb783693
commit
5ff5415c45
|
@ -101,7 +101,7 @@ action "mkdocs-build" {
|
||||||
|
|
||||||
action "deploy" {
|
action "deploy" {
|
||||||
needs = ["mkdocs-build"]
|
needs = ["mkdocs-build"]
|
||||||
uses = "peaceiris/actions-gh-pages@v1.0.0"
|
uses = "peaceiris/actions-gh-pages@v1.0.1"
|
||||||
env = {
|
env = {
|
||||||
PUBLISH_DIR = "./site"
|
PUBLISH_DIR = "./site"
|
||||||
PUBLISH_BRANCH = "gh-pages"
|
PUBLISH_BRANCH = "gh-pages"
|
||||||
|
|
Loading…
Reference in New Issue