mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
CI/doc/rust: Remove xkbcommon
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build and Publish Lua Docs / Build (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build and Publish Lua Docs / Build (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
This commit is contained in:
parent
503cc06aa7
commit
8776281493
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rustdoc.yml
vendored
2
.github/workflows/rustdoc.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Get protoc
|
- name: Get protoc
|
||||||
run: sudo apt install protobuf-compiler
|
run: sudo apt install protobuf-compiler
|
||||||
- name: Build docs
|
- 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
|
- name: Create index.html
|
||||||
run: echo "<meta http-equiv=\"refresh\" content=\"0; url=pinnacle_api\">" > ./target/doc/index.html
|
run: echo "<meta http-equiv=\"refresh\" content=\"0; url=pinnacle_api\">" > ./target/doc/index.html
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
Loading…
Reference in a new issue