Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ 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

- 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