From 176def781365a21658ff07175dc39f86b796882a Mon Sep 17 00:00:00 2001 From: Tereshchenko Vlad Date: Mon, 3 Jun 2024 01:42:24 +0300 Subject: [PATCH] [feat]: updated docs 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 023ed20..6d7f33d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 @@ -41,4 +41,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} branch: development force: true - directory: ./docs/build/html \ No newline at end of file + directory: ./docs/_build/html \ No newline at end of file