Skip to content

Commit

Permalink
fix deploy directory
Browse files Browse the repository at this point in the history
  • Loading branch information
subindev-d committed Jun 27, 2024
1 parent d82ba19 commit c919a23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx sphinx_rtd_theme
- name: Build documentation
id: build-docs
Expand All @@ -34,5 +34,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build

publish_dir: docs/build

0 comments on commit c919a23

Please sign in to comment.