Skip to content

Commit

Permalink
fix docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Apr 26, 2022
1 parent 332446f commit 1cdddb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs_build
4 changes: 3 additions & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@

html_theme = "pydata_sphinx_theme"

html_logo = "../_static/logo.png" # banner.svg needs text as paths to avoid font missing
html_logo = (
"../_static/logo.png" # banner.svg needs text as paths to avoid font missing
)

html_theme_options = {
"github_url": "https://github.com/CederGroupHub/smol",
Expand Down

0 comments on commit 1cdddb9

Please sign in to comment.