Skip to content

Commit

Permalink
🐛 (docs): Fix preprocessor failing during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 3, 2023
1 parent 36820a3 commit c0ba77a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
mdbook-version: "0.4.27"

- name: Build docs
run: mdbook build docs
working-directory: docs
run: mdbook build

- name: Strip index from links
run: ./docs/hack/strip-link-index.sh
Expand Down

0 comments on commit c0ba77a

Please sign in to comment.