Skip to content

Commit

Permalink
fix publish directory for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ashryaagr committed Dec 8, 2024
1 parent 0d92d11 commit fd521a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
publish_branch: gh-pages

- name: Debug Build Output
run: ls -R docs/_build/html
publish_dir: docs/source/_build/html
publish_branch: gh-pages

0 comments on commit fd521a0

Please sign in to comment.