Skip to content

Commit

Permalink
[feat]: updated docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vl-Tershch committed Jun 2, 2024
1 parent 36a9a0c commit 176def7
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 @@ -27,7 +27,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 @@ -41,4 +41,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: development
force: true
directory: ./docs/build/html
directory: ./docs/_build/html

0 comments on commit 176def7

Please sign in to comment.