Skip to content

Commit 553c0f7

Browse files
committed
Change directory and project name to match
1 parent d8cb062 commit 553c0f7

30 files changed

+7
-7
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
run: |
1919
pip install -r requirements_doc.txt
2020
- name: Build Documentation
21-
working-directory: doc
21+
working-directory: resonant_docs
2222
run: make html
2323
- name: Stash build
2424
uses: actions/upload-artifact@v3
2525
with:
2626
name: doc-build
27-
path: doc/build
27+
path: resonant_docs/build
2828

2929
deploy:
3030
name: Publish Documentation
@@ -36,10 +36,10 @@ jobs:
3636
- uses: actions/download-artifact@v3
3737
with:
3838
name: doc-build
39-
path: doc/build
39+
path: resonant_docs/build
4040
- name: Deploy to GH Pages
4141
uses: peaceiris/actions-gh-pages@v3
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
publish_dir: doc/build/html
44+
publish_dir: resonant_docs/build/html
4545
# cname: docs.girder.com

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
doc/build
1+
resonant_docs/build
22
.DS_Store

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "resonant"
2+
name = "resonant_docs"
33
version = "0.1.0"
44
description = "Documentation for Resonant"
55
authors = ["Kitware D&A Team <[email protected]>"]
File renamed without changes.
File renamed without changes.

doc/source/conf.py renamed to resonant_docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"github_user": "resonant",
7575
"github_repo": "resonant",
7676
"github_version": "master",
77-
"doc_path": "doc",
77+
"doc_path": "resonant_docs",
7878
}
7979

8080
html_theme_options = {
File renamed without changes.

0 commit comments

Comments
 (0)