diff --git a/.github/workflows/rustdoc.yml b/.github/workflows/rustdoc.yml index a329adc..55b8b0f 100644 --- a/.github/workflows/rustdoc.yml +++ b/.github/workflows/rustdoc.yml @@ -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 "" > ./target/doc/index.html - name: Deploy