Skip to content

Commit

Permalink
Build docs on windows (ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jul 2, 2024
1 parent 195dbaf commit cbde56b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release
args: --release --features user-doc
- name: User Docs
uses: actions-rs/cargo@v1
with:
command: run
args: --release --features user-doc -- user-doc ./docs

ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cbde56b

Please sign in to comment.