From cb1d2c810c262fb788a540ac5f69327eca41f22d Mon Sep 17 00:00:00 2001 From: Aaron Stewart Date: Mon, 5 Jun 2023 11:06:56 -0400 Subject: [PATCH] Fixes typo in docs workflow. --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f4d507a0..afb0bdce 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: - name: Save HTML documentation artifact uses: actions/upload-artifact@v2 with: - name: lib_mic_array_docs + name: lib_mic_array_docs_html path: ./doc/_build/html if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn` retention-days: 5 @@ -51,7 +51,7 @@ jobs: - name: Save PDF documentation artifact uses: actions/upload-artifact@v2 with: - name: lib_xcore_math_docs_pdf + name: lib_mic_array_docs_pdf path: ./doc/_build/pdf/programming_guide.pdf if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn` retention-days: 5