mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-06-30 20:08:11 -04:00
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:
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user