From eedf0c1c62166bdb9f768bbc949b5dc7aa5caff0 Mon Sep 17 00:00:00 2001 From: Brian Toby Date: Sat, 30 Mar 2024 16:35:44 -0500 Subject: [PATCH] Update documentation.yml move Tutorials into web pages --- .github/workflows/documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c38d421..3ede64b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,6 +17,9 @@ jobs: - name: Sphinx build run: | sphinx-build webdocs _build + - name: Copy tutorials + run: | + cp -v tutorials.html _build/ - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 #if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}