Skip to content

Commit

Permalink
set doc_baseurl as /
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 13, 2023
1 parent 0c8d2ff commit 1376771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1376771

Please sign in to comment.