Skip to content

Commit 6b3cf2c

Browse files
document all features
1 parent 0f2bb9d commit 6b3cf2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
uses: actions/configure-pages@v5
4545

4646
- name: Generate documentation
47-
run: cargo doc --no-deps
47+
run: cargo doc --no-deps --all-features
4848

4949
- name: Add root index
5050
run: |
5151
cd target/doc
5252
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
53+
echo "<meta http-equiv=\"refresh\" content=\"0; url=https://bedrock-crustaceans.github.io/bedrock-rs/bedrockrs/index.html\">" > index.html
5454
5555
- name: Upload docs artifact
5656
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)