Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
separate steps of docs job by new line for readability
  • Loading branch information
ilaflott authored Jul 23, 2024
1 parent ea833e1 commit 84fa764
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 @@ -11,12 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3

- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser piccolo_theme
- name: Sphinx build
run: |
sphinx-build doc _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 84fa764

Please sign in to comment.