Don't compile xtask with default features for docs CI job
This commit is contained in:
parent
e22f8c5203
commit
9c32c57dbc
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: run
|
command: run
|
||||||
args: -p xtask -- doc --deny-warnings
|
args: -p xtask --no-default-features -- doc --deny-warnings
|
||||||
|
|
||||||
- name: Deploy to docs branch
|
- name: Deploy to docs branch
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user