Skip to content

Commit

Permalink
[feat]: updated doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vl-Tershch committed Jun 2, 2024
1 parent 4a60753 commit 0f7ebc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Init new repo in dist folder and commit generated files
run: |
cd docs/build/html/
cd docs/_build/html/
git init
touch .nojekyll
git add -A
Expand All @@ -46,4 +46,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
force: true
directory: ./docs/build/html
directory: ./docs/_build/html

0 comments on commit 0f7ebc9

Please sign in to comment.