Don't compile xtask with default features for docs CI job

This commit is contained in:
Jonas Platte 2022-06-13 14:05:18 +02:00
parent e22f8c5203
commit 9c32c57dbc
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -31,7 +31,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: run
args: -p xtask -- doc --deny-warnings
args: -p xtask --no-default-features -- doc --deny-warnings
- name: Deploy to docs branch
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}