1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-21 22:34:21 +00:00

🔨 Fix build paths

This commit is contained in:
Steffo 2021-11-21 05:38:31 +01:00
parent d7c4eff546
commit 933aa48699
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 8 additions and 8 deletions

View file

@ -32,13 +32,13 @@ jobs:
run: |
source $pythonLocation/activate
make html
- name: "Create a gzip of the build"
run: "tar -cvzf report/_build/report.html.tar.gz report/_build/html"
- name: "Create a gzipped tarball of the build"
run: tar -cvzf report/build/report.html.tar.gz report/build/html
- name: "Upload build artifact"
uses: actions/upload-artifact@v2
with:
name: "report.html.tar.gz"
path: "report/_build/report.html.tar.gz"
path: "report/build/report.html.tar.gz"
latexpdf:
name: "Build PDF document"
runs-on: ubuntu-latest
@ -72,4 +72,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "report.pdf"
path: "report/_build/latex/sophon.pdf"
path: "report/build/latex/sophon.pdf"

View file

@ -32,13 +32,13 @@ jobs:
run: |
source $pythonLocation/activate
make html
- name: "Create a gzip of the build"
run: "tar -cvzf thesis/_build/thesis.html.tar.gz thesis/_build/html"
- name: "Create a gzipped tarball of the build"
run: tar -cvzf report/build/report.html.tar.gz report/build/html
- name: "Upload build artifact"
uses: actions/upload-artifact@v2
with:
name: "thesis.html.tar.gz"
path: "thesis/_build/thesis.html.tar.gz"
path: "thesis/build/thesis.html.tar.gz"
latexpdf:
name: "Build PDF document"
runs-on: ubuntu-latest
@ -72,4 +72,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "thesis.pdf"
path: "thesis/_build/latex/sophon.pdf"
path: "thesis/build/latex/sophon.pdf"