Skip to content

Commit

Permalink
Reduce doc size
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Oct 26, 2022
1 parent 89e3081 commit e6b6110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: -v --document-private-items --all-features
args: -v --document-private-items --all-features --workspace --no-deps --exclude boa_examples
- run: echo "<meta http-equiv=refresh content=0;url=boa_engine/index.html>" > target/doc/index.html
- run: |
if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi
Expand Down

0 comments on commit e6b6110

Please sign in to comment.