mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔨 Automatically publish thesis to GitHub Pages
This commit is contained in:
parent
09f4ba304b
commit
c22d114611
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-sphinx-thesis.yml
vendored
6
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -44,6 +44,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: "thesis.html.tar.gz"
|
name: "thesis.html.tar.gz"
|
||||||
path: "thesis/build/thesis.html.tar.gz"
|
path: "thesis/build/thesis.html.tar.gz"
|
||||||
|
- name: "Publish build to GitHub Pages"
|
||||||
|
uses: peaceiris/actions-gh-pages@v3.7.3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: thesis/build/html/
|
||||||
|
enable_jekyll: false
|
||||||
latexpdf:
|
latexpdf:
|
||||||
name: "Build PDF document"
|
name: "Build PDF document"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue