Skip to content

Commit 8a53cb7

Browse files
authored
Merge pull request diesel-rs#2981 from Binlogo/fix-doc-action
Update doc.yml: catchup & fix warning
2 parents dc2eacd + 1a29ee6 commit 8a53cb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions-rs/cargo@v1
4040
with:
4141
command: doc
42-
args: --manifest-path diesel/Cargo.toml --features "postgres sqlite mysql extras" --workspace --exclude=diesel_compile_tests
42+
args: --manifest-path diesel/Cargo.toml --features "postgres sqlite mysql extras" --workspace
4343

4444
- name: Publish documentation
4545
if: success()

0 commit comments

Comments
 (0)