mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-14 01:38:49 +01:00
CD/CI with Github Actions
This commit is contained in:
parent
651a25bf39
commit
460d7e3ef4
17
.github/main.workflow
vendored
Normal file
17
.github/main.workflow
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
workflow "Jekyll build and deploy" {
|
||||||
|
resolves = [
|
||||||
|
"Jekyll Action",
|
||||||
|
]
|
||||||
|
on = "push"
|
||||||
|
}
|
||||||
|
|
||||||
|
action "Jekyll Action" {
|
||||||
|
uses = "hasalex/jekyll-action@master"
|
||||||
|
needs = "Filters for Github Actions"
|
||||||
|
secrets = ["JEKYLL_PAT"]
|
||||||
|
}
|
||||||
|
|
||||||
|
action "Filters for Github Actions" {
|
||||||
|
uses = "actions/bin/filter@master"
|
||||||
|
args = "branch develop"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user