From 85e54395b3215cbd9e6c14f955df0421f9effc9e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 25 Jan 2023 18:47:23 +0100 Subject: [PATCH] Fix docs CI job Extra indentation causes this to be treated as another line. --- .github/workflows/docs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 50ebcb52..3f8bd9a2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ defaults: jobs: docs: - name: Build and test all components + name: Generate and upload docs runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v3 @@ -54,12 +54,12 @@ jobs: # here because that would also document our plugins and binary crates. run: >- cargo doc --features docs,simd,standalone,zstd --no-deps - -p nih_plug - -p nih_plug_derive - -p nih_plug_egui - -p nih_plug_iced - -p nih_plug_vizia - -p nih_plug_xtask + -p nih_plug + -p nih_plug_derive + -p nih_plug_egui + -p nih_plug_iced + -p nih_plug_vizia + -p nih_plug_xtask - name: Add a redirect index page run: |