From 0f7ebc965ecf9722a78b546ac0e6d209485b7d1a Mon Sep 17 00:00:00 2001 From: Tereshchenko Vlad Date: Mon, 3 Jun 2024 02:35:01 +0300 Subject: [PATCH] [feat]: updated doc deploy --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a648a68..b2fd176 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 @@ -46,4 +46,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages force: true - directory: ./docs/build/html \ No newline at end of file + directory: ./docs/_build/html \ No newline at end of file