Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc committed Feb 2, 2019
1 parent 76b3999 commit a7fb053
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified Dockerfile
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ action "Clean" {
}
action "Generate" {
needs = "Build"
needs = "Clean"
uses = "heowc/action-hexo@master"
args = "generate"
}
action "Deploy" {
needs = "Tag"
needs = "Generate"
uses = "heowc/action-hexo@master"
args = "deploy"
env = {
Expand Down
Empty file modified entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit a7fb053

Please sign in to comment.