mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔨 Report → Thesis
This commit is contained in:
parent
5d876330c4
commit
4c5dbe4302
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-sphinx-thesis.yml
vendored
2
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
make html
|
||||
- name: "Create a gzipped tarball of the build"
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: tar -cvzf report/build/report.html.tar.gz report/build/html
|
||||
run: tar -cvzf thesis/build/thesis.html.tar.gz thesis/build/html
|
||||
- name: "Upload build artifact"
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue