You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
.woodpecker | 1 month ago | |
Dockerfile | 1 month ago | |
README.md | 1 month ago | |
entrypoint.sh | 1 month ago |
README.md
Woodpecker CI Plugin - Zola
This Woodpecker CI Plugin builds the site using the Zola static site generator.
pipeline:
publish:
image: quay.io/ankitrgadiya/woodpecker-zola
settings:
# Optional
#
# Directory relative to the Repository root where Zola will run.
# dir: "base"
# Check runs the `zola check` to check for broken links.
# check: true