Skip to content

Commit

Permalink
[gha] move into place
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccBarker committed Sep 18, 2024
1 parent bf184a5 commit 4ea141c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,16 @@ jobs:

# Building
- name: Render Quarto File
run: quarto render README.qmd --to rst && mv README.rst docs/index.rst
run: |
quarto render README.qmd --to rst
mv README.rst docs/index.rst
- name: Build HTML using Sphinx
run: sphinx-build -M html docs docs/build/

- name: Move Assets into Place
run: mv README_files docs/build/html

# Upload
- name: Upload artifacts
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4ea141c

Please sign in to comment.