mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-01-28 09:19:34 -05:00
chore: Implement feedback.
This commit is contained in:
1
.github/workflows/appservice.yml
vendored
1
.github/workflows/appservice.yml
vendored
@@ -23,7 +23,6 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
os-name: 🐧
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Documentations
|
||||
name: Documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
uses: Swatinem/rust-cache@v1
|
||||
|
||||
# Keep in sync with xtask docs
|
||||
- name: Build documentations
|
||||
- name: Build documentation
|
||||
uses: actions-rs/cargo@v1
|
||||
env:
|
||||
# Work around https://github.com/rust-lang/cargo/issues/10744
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
command: doc
|
||||
args: --no-deps --workspace --features docsrs
|
||||
|
||||
- name: Deploy documentations
|
||||
- name: Deploy documentation
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
@@ -7,7 +7,7 @@ members = [
|
||||
"labs/*",
|
||||
"xtask",
|
||||
]
|
||||
# xtask, labs and the bindings should only be invoked explicitly
|
||||
# xtask, labs and the bindings should only be built when invoked explicitly.
|
||||
default-members = ["benchmarks", "crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user