Skip to content

Commit b53d954

Browse files
[Fix] Only use the default path for the Doc Site (#727)
## Summary This PR adds the default path for building the site and deploying the same using gh-pages. Could you please review? cc: @shimizust <!--- ## Details fix for the site deployment issue. ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence Co-authored-by: Shao Tang <[email protected]>
1 parent 62603c9 commit b53d954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build/
1515
dist/
1616

1717
# Doc Build
18-
doc_site/
18+
site/
1919

2020
# Lockfiles
2121
uv.lock

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ run-benchmarks:
4848
# MkDocs Configuration
4949
MKDOCS = mkdocs
5050
CONFIG_FILE = mkdocs.yml
51-
SITE_DIR = doc_site
51+
SITE_DIR = site
5252

5353
# MkDocs targets
5454

0 commit comments

Comments
 (0)