1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

🔨 Automatically publish thesis to GitHub Pages

This commit is contained in:
Steffo 2021-12-14 14:00:18 +01:00
parent 09f4ba304b
commit c22d114611
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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