Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
move Tutorials into web pages
  • Loading branch information
briantoby authored Mar 30, 2024
1 parent f1dc40f commit eedf0c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit eedf0c1

Please sign in to comment.