File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Checkout
2424 uses : actions/checkout@v4
25+ with :
26+ fetch-depth : 0 # Fetch all history for version detection
2527 - name : Setup Pages
2628 uses : actions/configure-pages@v5
2729 - uses : astral-sh/setup-uv@v5
3032 enable-cache : true
3133 - run : |
3234 uv sync --group dev
35+ uv build
3336 make docs
3437 - name : Upload artifact
3538 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change @@ -89,3 +89,10 @@ def get_version():
8989html_css_files = [
9090 "custom.css" ,
9191]
92+
93+ # Furo theme options
94+ html_theme_options = {
95+ "source_repository" : "https://github.com/laughingman7743/PyAthena/" ,
96+ "source_branch" : "master" ,
97+ "source_directory" : "docs/" ,
98+ }
You can’t perform that action at this time.
0 commit comments