Skip to content

Commit

Permalink
CI/doc/rust: Remove xkbcommon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottatop committed Aug 7, 2024
1 parent 503cc06 commit 8776281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get protoc
run: sudo apt install protobuf-compiler
- name: Build docs
run: cd ./api/rust && cargo doc --no-deps -p pinnacle-api -p tokio -p xkbcommon -p snowcap-api
run: cd ./api/rust && cargo doc --no-deps -p pinnacle-api -p tokio -p snowcap-api
- name: Create index.html
run: echo "<meta http-equiv=\"refresh\" content=\"0; url=pinnacle_api\">" > ./target/doc/index.html
- name: Deploy
Expand Down

0 comments on commit 8776281

Please sign in to comment.