add: images and is-not-branch-deleted action
This commit is contained in:
11
README.md
11
README.md
@@ -53,8 +53,13 @@ action "is-branch-master" {
|
||||
args = "branch master"
|
||||
}
|
||||
|
||||
action "is-not-branch-deleted" {
|
||||
uses = "actions/bin/filter@master"
|
||||
args = "not deleted"
|
||||
}
|
||||
|
||||
action "build" {
|
||||
needs = "is-branch-master"
|
||||
needs = ["is-branch-master", "is-not-branch-deleted"]
|
||||
uses = "peaceiris/actions-hugo@v0.55.6"
|
||||
args = ["--gc", "--minify", "--cleanDestinationDir"]
|
||||
}
|
||||
@@ -70,6 +75,10 @@ action "deploy" {
|
||||
}
|
||||
```
|
||||
|
||||
| Workflow overview | Actions log |
|
||||
|---|---|
|
||||
|  |  |
|
||||
|
||||
|
||||
|
||||
## Examples
|
||||
|
||||
BIN
images/workflow-1.jpg
Normal file
BIN
images/workflow-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
images/workflow-2.jpg
Normal file
BIN
images/workflow-2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user