Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit e246d4d

Browse files
[FIX]: solidity CI bug (#1698)
### Description This commit fixes #1697 - excludes solidty from doc build ### Issue Link #1697 ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) ### Contents - Exclude solidty in doc build ### How Has This Been Tested? Running `cargo doc --no-deps --workspace --exclude integration-tests ` cc: @ChihChengLiang Signed-off-by: Shikhar Vashistha <[email protected]>
1 parent 3a853de commit e246d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Create a index.html outside of the subdirectories for requirement of GitHub pages
3434
- name: Generate Docs
3535
run: |
36-
cargo doc --no-deps
36+
cargo doc --no-deps --workspace --exclude integration-tests
3737
echo "<meta http-equiv=\"refresh\" content=\"0; url=zkevm_circuits\">" > target/doc/index.html
3838
# Archive the artifact with the correct permissions
3939
# https://github.com/actions/deploy-pages/issues/188

0 commit comments

Comments
 (0)