mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
release: v1.0.1
This commit is contained in:
parent
95773e0623
commit
4ceb783693
@ -58,7 +58,7 @@ action "build" {
|
|||||||
|
|
||||||
action "deploy" {
|
action "deploy" {
|
||||||
needs = "build"
|
needs = "build"
|
||||||
uses = "peaceiris/actions-gh-pages@v1.0.0"
|
uses = "peaceiris/actions-gh-pages@v1.0.1"
|
||||||
env = {
|
env = {
|
||||||
PUBLISH_DIR = "./public"
|
PUBLISH_DIR = "./public"
|
||||||
PUBLISH_BRANCH = "gh-pages"
|
PUBLISH_BRANCH = "gh-pages"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user