diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 54e07e8d2..3e5fde913 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -44,7 +44,7 @@ jobs: cp nbs/mint.json _docs/mint.json cp docs-scripts/imgs/* _docs/ - name: Deploy to Mintlify Docs - if: github.event_name == 'push' + # if: github.event_name == 'push' uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/settings.ini b/settings.ini index a19c6bed7..76fc02d5b 100644 --- a/settings.ini +++ b/settings.ini @@ -21,7 +21,7 @@ nbs_path = nbs doc_path = _docs recursive = True doc_host = https://%(user)s.github.io -doc_baseurl = /neuralforecast/ +doc_baseurl = / git_url = https://github.com/%(user)s/neuralforecast/ lib_path = %(lib_name)s title = %(lib_name)s