Skip to content

Commit eb9f061

Browse files
authored
Merge pull request #158 from ia7ck/ci-check-doc
ci check doc
2 parents 07aa711 + 151d3af commit eb9f061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Check
18-
run: cargo check
18+
run: cargo check --examples
1919

2020
clippy:
2121
runs-on: ubuntu-latest
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
persist-credentials: false
6969
- name: Doc
70-
run: cargo doc --no-deps --lib --workspace --exclude=simple_example --exclude=special_judge_example --verbose
70+
run: cargo doc --no-deps --lib --workspace --exclude=oj_test --exclude=simple_example --exclude=special_judge_example
7171
- name: Deploy 🚀
7272
uses: JamesIves/github-pages-deploy-action@v4
7373
with:

0 commit comments

Comments
 (0)