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