update: sample

This commit is contained in:
peaceiris 2019-05-26 22:42:48 +09:00
parent 4ceb783693
commit 5ff5415c45
1 changed files with 1 additions and 1 deletions

View File

@ -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"