Set up your Forgejo / GitHub Actions workflow with a specific version of Zola static site engine https://www.getzola.org/
Find a file
2024-12-17 19:55:22 +01:00
.forgejo/linters use templated action as starting point 2024-12-07 15:12:04 +01:00
__tests__ align action input in Javascript with description in action.yml 2024-12-09 13:00:19 +01:00
badges use exec from github actions to test zola binary after install 2024-12-09 12:42:37 +01:00
dist align action input in Javascript with description in action.yml 2024-12-09 13:00:19 +01:00
src align action input in Javascript with description in action.yml 2024-12-09 13:00:19 +01:00
.eslintignore use templated action as starting point 2024-12-07 15:12:04 +01:00
.gitignore use templated action as starting point 2024-12-07 15:12:04 +01:00
action.yml remove action describtion from sample project and unused in here 2024-12-17 19:55:22 +01:00
LICENSE Initial commit 2024-12-05 11:41:58 +00:00
package-lock.json use exec from github actions to test zola binary after install 2024-12-09 12:42:37 +01:00
package.json use exec from github actions to test zola binary after install 2024-12-09 12:42:37 +01:00
README.md typo in readme file 2024-12-17 19:52:57 +01:00

setup-zola

The setup-zola action provide the ability for a Forgejo / Github runner to download and set up a requested version of Zola.

Usage

name description required
zola-version the zola version that is going to be set up true

Examples

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-zola@v1
    with:
      zola-version: 0.18.0
  - run: zola --version