Skip to content

Commit

Permalink
[CD] Fix docs build archive command
Browse files Browse the repository at this point in the history
  • Loading branch information
chnoblouch committed Jun 17, 2024
1 parent 3eab262 commit e9f9ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: doxygen

- name: Archive results
run: tar czf docs-build.tar.gz ${{ github.workspace }}/docs/html
run: tar czf docs-build.tar.gz -C ${{ github.workspace }}/docs html

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e9f9ae4

Please sign in to comment.