mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔨 Create a gzip, not extract!
This commit is contained in:
parent
f5be0f3e5c
commit
9d23a3b25c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-sphinx-report.yml
vendored
2
.github/workflows/build-sphinx-report.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
source $pythonLocation/activate
|
source $pythonLocation/activate
|
||||||
make html
|
make html
|
||||||
- name: "Create a gzip of the build"
|
- name: "Create a gzip of the build"
|
||||||
run: "tar -xvzf report/_build/report.html.tar.gz report/_build/html"
|
run: "tar -cvzf report/_build/report.html.tar.gz report/_build/html"
|
||||||
- name: "Upload build artifact"
|
- name: "Upload build artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/build-sphinx-thesis.yml
vendored
2
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
source $pythonLocation/activate
|
source $pythonLocation/activate
|
||||||
make html
|
make html
|
||||||
- name: "Create a gzip of the build"
|
- name: "Create a gzip of the build"
|
||||||
run: "tar -xvzf thesis/_build/thesis.html.tar.gz thesis/_build/html"
|
run: "tar -cvzf thesis/_build/thesis.html.tar.gz thesis/_build/html"
|
||||||
- name: "Upload build artifact"
|
- name: "Upload build artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue