Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -21,8 +21,8 @@ jobs:

- name: Download and install Zola
run: |
wget https://github.com/getzola/zola/releases/download/v0.13.0/zola-v0.13.0-x86_64-unknown-linux-gnu.tar.gz
tar xvf zola-v0.13.0-x86_64-unknown-linux-gnu.tar.gz
wget https://github.com/getzola/zola/releases/download/v0.21.0/zola-v0.21.0-x86_64-unknown-linux-gnu.tar.gz
tar xvf zola-v0.21.0-x86_64-unknown-linux-gnu.tar.gz

- name: Put pip binary directory into path
run: echo "~/.local/bin" >> $GITHUB_PATH
Expand Down
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build_search_index = true

theme = "hyde"

generate_feed = true
feed_filename = "rss.xml"
generate_feeds = true
feed_filenames = ["rss.xml"]

# Whether to do syntax highlighting
[markdown]
Expand Down
2 changes: 1 addition & 1 deletion content/2021-12-28-this-year-in-embedded-rust-2021.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ larger community.

## Meetings

We continued our weekly Rust Embedded Working Group meetings on [our Matrix channel](#rust-embedded:matrix.org). They take place at 8pm Berlin time every Tuesday, and are open to the public. You can find all the [minutes on Github].
We continued our weekly Rust Embedded Working Group meetings on [our Matrix channel][#rust-embedded:matrix.org]. They take place at 8pm Berlin time every Tuesday, and are open to the public. You can find all the [minutes on Github].

[#rust-embedded:matrix.org]: https://matrix.to/#/#rust-embedded:matrix.org
[minutes on Github]: https://github.com/rust-embedded/wg/tree/master/minutes
Expand Down
Loading