Skip to content

Commit

Permalink
Update website action
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Sep 24, 2024
1 parent 7139bf9 commit c9c36a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
cd docs/source/tutorials
poetry run make tutorials_clean
poetry run make tutorials_rst
poetry run make tutorials_md
# Upload
- name: Upload artifacts
Expand Down Expand Up @@ -73,9 +73,7 @@ jobs:

- name: Render documentation index from README
run: |
poetry run quarto render README.md --to rst -o index.rst
mv index.rst docs/source
poetry run python docs/post_process_rst.py docs/source/index.rst
cp README.md docs/source/index.md
# Download the rendered tutorials
- name: Download artifacts
Expand Down

0 comments on commit c9c36a9

Please sign in to comment.