Skip to content

Commit ba905c6

Browse files
authored
Upgrade to Zola 0.15 and fix anchors (#901)
* Fix missing anchors * Resolved podcast headers * Upgraded Zola version for CI
1 parent 0171caa commit ba905c6

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
BASE_URL: https://github.com/getzola/zola/releases/download
13-
VERS: v0.14.1
13+
VERS: v0.15.2
1414
ARCH: x86_64-unknown-linux-gnu
1515
# https://github.com/marketplace/actions/github-pages#warning-limitation
1616
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}

Diff for: content/news/016/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Feel free to send PRs about your own projects!
3030

3131
Table of contents:
3232

33-
- [Rust GameDev Podcast](#rust-gamedev-podcast)
33+
- [Rust GameDev Podcast #3](#rust-gamedev-podcast-3)
3434
- [Last Call for Rust GameDev Survey](#last-call-for-rust-gamedev-survey)
3535
- [Game Updates](#game-updates)
3636
- [Learning Material Updates](#learning-material-updates)

Diff for: content/news/017/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Feel free to send PRs about your own projects!
2929

3030
Table of contents:
3131

32+
- [Rust GameDev Podcast #4](#rust-gamedev-podcast-4)
3233
- [Rust Gamedev Meetup](#rust-gamedev-meetup)
33-
- [Rust GameDev Podcast](#rust-gamedev-podcast)
3434
- [Game Updates](#game-updates)
3535
- [Learning Material Updates](#learning-material-updates)
3636
- [Library & Tooling Updates](#library-tooling-updates)

Diff for: content/news/020/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Feel free to send PRs about your own projects!
3131
- [Learning Material Updates](#learning-material-updates)
3232
- [Engine Updates](#engine-updates)
3333
- [Library & Tooling Updates](#library-tooling-updates)
34-
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
35-
- [Meeting Minutes](#meeting-minutes)
3634
- [Requests for Contribution](#requests-for-contribution)
3735

3836
<!--
@@ -559,7 +557,7 @@ Notable changes:
559557

560558
[Harvest Hero][hh_disc] ([Discord][hh_disc], [Twitter][bmb_twitter])
561559
by [@bombfuse][bmb_twitter] is an arcade/roguelite where you whack Groobles.
562-
Built on top of [Emerald](#Emerald).
560+
Built on top of [Emerald](#emerald).
563561

564562
Harvest Hero has undergone a large change, migrating
565563
from semi-randomly generated levels to handcrafted levels

0 commit comments

Comments
 (0)