Skip to content

Commit

Permalink
ci: Fix output path of documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Nov 1, 2022
1 parent dcb8706 commit d18d63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/_build/html
publish_dir: doc/build/html

build:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d18d63f

Please sign in to comment.