Skip to content

Commit

Permalink
Merge pull request #17 from cameel/built-docs-as-ci-artifact
Browse files Browse the repository at this point in the history
Upload built Sphinx docs as artifact to allow previewing them on a PR
  • Loading branch information
gnidan committed Jun 28, 2023
2 parents 1515290 + dbd7bce commit 6fe5a11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -nW -b html source/ build/html/"

- uses: actions/upload-artifact@v1
with:
name: ethdebug-format-html
path: docs/build/html/

0 comments on commit 6fe5a11

Please sign in to comment.