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 d9c2a71
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 @@ -2,7 +2,7 @@ name: Docs

on:
push:
branches: [main]
branches: [master]

env:
BUILDER_THREADS: '1'
Expand All @@ -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 d9c2a71

Please sign in to comment.