Skip to content

Commit

Permalink
document installing via github actions (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored Feb 11, 2023
1 parent ae79a60 commit 3e5c19f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,23 @@ To avoid having to type this every time, an alias can be created in `~/.bashrc`:
$ alias zola="flatpak run org.getzola.zola"
```

### Via Github Actions

Zola can be installed in a GHA workflow with [taiki-e/install-action](https://github.com/taiki-e/install-action).
Simply add it in your CI config, for example:

```yaml
jobs:
foo:
steps:
- uses: taiki-e/install-action@v2
with:
tool: zola@v0.16
# ...
```

See the action repo for docs and more examples.

### Docker

Zola is available on [the GitHub registry](https://github.com/getzola/zola/pkgs/container/zola).
Expand Down

0 comments on commit 3e5c19f

Please sign in to comment.