Skip to content

Commit

Permalink
- attempting to add upload of artifacts from sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkidcrypto committed Nov 23, 2023
1 parent 75084c7 commit 2e9634f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/sphinx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "sphinx_docs_build/"
docs-folder: "sphinx_docs_build/"
build-command: "make html"

- uses: actions/upload-artifact@v3
with:
name: DocumentationHTML
path: docs/

0 comments on commit 2e9634f

Please sign in to comment.