Skip to content

Commit 88cdaf6

Browse files
authored
Fix website workflow (#338)
1 parent 9a39777 commit 88cdaf6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: burnett01/rsync-deployments@master
2323
with:
2424
switches: -vzr
25-
path: website/build/
25+
path: website/docs/build/
2626
remote_path: ${{ secrets.DEPLOY_WEBSITE_PATH }}
2727
remote_host: ${{ secrets.DEPLOY_HOST }}
2828
remote_user: ${{ secrets.DEPLOY_USER }}

website/docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"sphinx.ext.viewcode",
2020
"sphinx.ext.intersphinx",
2121
"sphinx.ext.autosummary",
22-
"sphinx_rtd_theme",
2322
]
2423

2524
templates_path = ["_templates"]

0 commit comments

Comments
 (0)