From c22d1146113c63f8c2badbc583c2e07d7615e290 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 14 Dec 2021 14:00:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Automatically=20publish=20thesis?= =?UTF-8?q?=20to=20GitHub=20Pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sphinx-thesis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 775bd8b..d50a11a 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -44,6 +44,12 @@ jobs: with: name: "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: name: "Build PDF document" runs-on: ubuntu-latest