ci: Simplify docs job by using ruma's full feature

This commit is contained in:
Jonas Platte 2021-04-22 14:05:09 +02:00
parent 8adab45200
commit dbb57f1dca
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -21,7 +21,7 @@ jobs:
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs"
with:
command: doc
args: --no-deps --workspace --exclude xtask --features api,events,signatures,appservice-api,client-api,federation-api,identity-service-api,push-gateway-api,either,rand,markdown,compat,unstable-pre-spec -Zrustdoc-map
args: --no-deps --workspace --exclude xtask --features full,compat,unstable-pre-spec -Zrustdoc-map
- name: Deploy to docs branch
uses: JamesIves/github-pages-deploy-action@4.1.0
with: