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 557f76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ 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
run: |
mkdir crates
builder . crates/ekv/git.zup
builder -i . -o crates/ekv/git.zup
- name: upload
run: |
Expand Down

0 comments on commit 557f76d

Please sign in to comment.