Skip to content

Commit

Permalink
[HOTFIX] Github Pages actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 committed Sep 19, 2024
1 parent 4d0df14 commit 424568b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/merge_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/compilation
publish_branch: github-pages
destination_dir: docs/compilation
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
keep_files: false

tests:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
html_sidebars = {'**': ['globaltoc.html',
'relations.html',
'sourcelink.html',
'searchbox.html']}
'searchbox.html'],}

# disable nbsphinx errors to suppres imports checks not working
nbsphinx_allow_errors = True
Expand Down

0 comments on commit 424568b

Please sign in to comment.