File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181
182182 - name : Copy version index page
183183 run : |
184- cp .github/templates/versions.html site/versions .html
184+ cp .github/templates/versions.html site/index .html
185185
186186 - name : Update version list from git tags
187187 run : |
@@ -212,8 +212,8 @@ jobs:
212212 fi
213213 done
214214
215- # Update the versions .html using the placeholder
216- sed -i "s|<!-- VERSION_LIST_PLACEHOLDER -->|$VERSION_HTML|" versions .html
215+ # Update the index .html using the placeholder
216+ sed -i "s|<!-- VERSION_LIST_PLACEHOLDER -->|$VERSION_HTML|" index .html
217217
218218 - name : Deploy to GitHub Pages
219219 run : |
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ Java SDK for programmatic control of GitHub Copilot CLI.
1515
1616## Table of Contents
1717
18- - [ Requirements] ( #requirements )
19- - [ Installation] ( #installation )
20- - [ Quick Start] ( #quick-start )
21- - [ Try it with JBang] ( #try-it-with-jbang )
22- - [ Documentation] ( #documentation )
23- - [ Building and Testing] ( #building-and-testing )
24- - [ Projects Using This SDK] ( #projects-using-this-sdk )
25- - [ Contributing] ( #contributing )
26- - [ License] ( #license )
18+ - [ Requirements] ( #Requirements )
19+ - [ Installation] ( #Installation )
20+ - [ Quick Start] ( #Quick_Start )
21+ - [ Try it with JBang] ( #Try_it_with_JBang )
22+ - [ Documentation] ( #Documentation )
23+ - [ Building and Testing] ( #Building_and_Testing )
24+ - [ Projects Using This SDK] ( #Projects_Using_This_SDK )
25+ - [ Contributing] ( #Contributing )
26+ - [ License] ( #License )
2727
2828## Requirements
2929
You can’t perform that action at this time.
0 commit comments