Skip to content

Commit

Permalink
Update zola to 0.19.1 (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jun 29, 2024
1 parent 629804c commit f5b2b2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
BASE_URL: https://github.com/getzola/zola/releases/download
VERS: v0.15.2
VERS: v0.19.1
ARCH: x86_64-unknown-linux-gnu
# https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description = "Stay up to date with the progress and recent developments in the
base_url = "https://gamedev.rs/"
default_language = "en"
compile_sass = true
generate_feed = true
feed_filename = "rss.xml"
generate_feeds = true
feed_filenames = ["rss.xml"]

[markdown]
highlight_code = true
Expand Down
2 changes: 1 addition & 1 deletion content/news/052/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Feel free to send PRs about your own projects!
- [Library Updates](#library-updates)
- [Popular Workgroup Issues in GitHub](#popular-workgroup-issues-in-github)
- [Other News](#other-news)
- [Metalmancy @ OpenSauce](#metalmancy--opensauce)
- [Metalmancy @ OpenSauce](#metalmancy-opensauce)
- [Meeting Minutes](#meeting-minutes)
- [Discussions](#discussions)
- [Requests for Contribution](#requests-for-contribution)
Expand Down

0 comments on commit f5b2b2a

Please sign in to comment.