From c6150f46d87261ea63eb507a65d788517b23dec7 Mon Sep 17 00:00:00 2001 From: lmoretti96 <51789626+lmoretti96@users.noreply.github.com> Date: Wed, 3 Mar 2021 17:21:00 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67e96dc..c66af12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python package +name: Sphinx Docs on: push: @@ -31,5 +31,10 @@ jobs: - name: Build html run: | cd ./docs-out - make clean make html + rm -r ../docs/* + cp -r build/html ../docs + + + +