Skip to content

Commit

Permalink
yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kruscpe1 committed Apr 15, 2024
1 parent 64a0aba commit b75e813
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeqc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
tar czvf docs.tar.gz -C docs/_build/html .
- name: 'Upload Docs Tarball'
uses: actions/upload-artifact@v4
with:
name: docs.tar.gz
path: docs.tar.gz
retention-days: 5
uses: actions/upload-artifact@v4
with:
name: docs.tar.gz
path: docs.tar.gz
retention-days: 5

0 comments on commit b75e813

Please sign in to comment.