Skip to content

Create hugo.yml

Create hugo.yml #1

Workflow file for this run

workflow "Hugo build" {

Check failure on line 1 in .github/workflows/Hugo-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Hugo-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
resolves = [
"Hugo Action",
]
on = "push"
}
action "Hugo Action" {
uses = "srt32/hugo-action@master"
needs = "Filters for GitHub Actions"
args = "--theme=hyde-x"
}
action "Filters for GitHub Actions" {
uses = "actions/bin/filter@b2bea0749eed6beb495a8fa194c071847af60ea1"
args = "branch master"
}