We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2bb9d commit 6b3cf2cCopy full SHA for 6b3cf2c
1 file changed
.github/workflows/docs.yml
@@ -44,13 +44,13 @@ jobs:
44
uses: actions/configure-pages@v5
45
46
- name: Generate documentation
47
- run: cargo doc --no-deps
+ run: cargo doc --no-deps --all-features
48
49
- name: Add root index
50
run: |
51
cd target/doc
52
touch index.html
53
- echo "<meta http-equiv=\"refresh\" content=\"0; url=https://bedrock-crustaceans.github.io/bedrock-rs/bedrock-rs/index.html\">" > index.html
+ echo "<meta http-equiv=\"refresh\" content=\"0; url=https://bedrock-crustaceans.github.io/bedrock-rs/bedrockrs/index.html\">" > index.html
54
55
- name: Upload docs artifact
56
uses: actions/upload-pages-artifact@v4
0 commit comments