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.
 
 
Ankit R Gadiya 0a7a1ed5e3
adds README [CI SKIP]
1 month ago
.woodpecker adds Woodpecker config 1 month ago
Dockerfile adds Dockerfile 1 month ago
README.md adds README [CI SKIP] 1 month ago
entrypoint.sh adds Dockerfile 1 month ago

README.md

Woodpecker CI Plugin - Zola

Registry Woodpecker CI

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