Fix docs CI job
Extra indentation causes this to be treated as another line.
This commit is contained in:
parent
5ea74147b7
commit
85e54395b3
14
.github/workflows/docs.yml
vendored
14
.github/workflows/docs.yml
vendored
|
@ -12,7 +12,7 @@ defaults:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
name: Build and test all components
|
name: Generate and upload docs
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -54,12 +54,12 @@ jobs:
|
||||||
# here because that would also document our plugins and binary crates.
|
# here because that would also document our plugins and binary crates.
|
||||||
run: >-
|
run: >-
|
||||||
cargo doc --features docs,simd,standalone,zstd --no-deps
|
cargo doc --features docs,simd,standalone,zstd --no-deps
|
||||||
-p nih_plug
|
-p nih_plug
|
||||||
-p nih_plug_derive
|
-p nih_plug_derive
|
||||||
-p nih_plug_egui
|
-p nih_plug_egui
|
||||||
-p nih_plug_iced
|
-p nih_plug_iced
|
||||||
-p nih_plug_vizia
|
-p nih_plug_vizia
|
||||||
-p nih_plug_xtask
|
-p nih_plug_xtask
|
||||||
|
|
||||||
- name: Add a redirect index page
|
- name: Add a redirect index page
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue