ci: Simplify docs job by using ruma's full feature
This commit is contained in:
parent
8adab45200
commit
dbb57f1dca
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs"
|
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs"
|
||||||
with:
|
with:
|
||||||
command: doc
|
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
|
- name: Deploy to docs branch
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user