Skip to content

Commit

Permalink
Fix CI docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Apr 20, 2024
1 parent 9a92f5e commit 5d9daf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install docserver
run: |
wget -q -O /usr/local/bin/builder "https://github.com/embassy-rs/docserver/releases/download/v0.4/builder"
wget -q -O /usr/local/bin/builder "https://github.com/embassy-rs/docserver/releases/download/v0.5/builder"
chmod +x /usr/local/bin/builder
- name: build
Expand Down

0 comments on commit 5d9daf8

Please sign in to comment.