Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jan 14, 2025
1 parent b3b103f commit 5b12501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: _build # The folder the action should deploy.
folder: html # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch

0 comments on commit 5b12501

Please sign in to comment.