Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianOBlanton authored Dec 8, 2023
1 parent 513929f commit 75e4808
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Documentation



name: Build sphinx docs
on:
push:
branches:
Expand All @@ -8,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammaraskar/[email protected]
- uses: cascode-labs/[email protected]
# - uses: ammaraskar/[email protected]
with:
pre-build-command: "pip3 install sphinx-rtd-theme"
docs-folder: "doc/"
Expand Down

0 comments on commit 75e4808

Please sign in to comment.