refactor: rename docs to doc and pages to docs for GitHub Pages

- Rename docs/ to doc/ (contains packages.md, release_history.md, etc.)
- Rename pages/ to docs/ (contains search page index.html)
- Update all references in README.md, workflows, and Python scripts

GitHub Pages only supports / or /docs as the source directory.
This commit is contained in:
Junya Morioka
2026-01-18 01:12:22 +09:00
parent b1506291f5
commit 1bc47b39f2
11 changed files with 159 additions and 18 deletions
+2 -2
View File
@@ -165,8 +165,8 @@ def main():
"""Main function to update download statistics and generate graph."""
owner = "mjun0812"
repo = "flash-attention-prebuild-wheels"
history_file = Path("docs/data/download_history.json")
graph_output = Path("docs/data/download_graph.png")
history_file = Path("doc/data/download_history.json")
graph_output = Path("doc/data/download_graph.png")
# Fetch current stats
print("Fetching download statistics from GitHub API...")