Skip to content

Commit

Permalink
feat(ci): use tagged version instead of master for zola deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumDancer committed Feb 5, 2024
1 parent db3fa79 commit 899898c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Build only
uses: shalzz/zola-deploy-action@master
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_DIR: media/website
BUILD_ONLY: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CI: Add extra workflow for building the pyaudtitor source distribution ([@dirksammel](https://github.com/dirksammel))
- CI: Fix setting symlink to latest pyauditor tag ([@QuantumDancer](https://github.com/QuantumDancer))
- CI: Split webpage building and symlink creation into two jobs ([@QuantumDancer](https://github.com/QuantumDancer))
- CI: Use tagged version instead of master branch for zola deploy action ([@QuantumDancer](https://github.com/QuantumDancer))
- Apel plugin: Replace all URL encodings in meta fields with single-character equivalent ([@dirksammel](https://github.com/dirksammel))
- Apel plugin: Use advanced querying for filtering records ([@dirksammel](https://github.com/dirksammel))
- Apel plugin: Rename summary record field `Infrastructure` to `InfrastructureType` ([@dirksammel](https://github.com/dirksammel))
Expand Down

0 comments on commit 899898c

Please sign in to comment.