Skip to content

Commit 97015fc

Browse files
committed
fix: update documentation workflow to copy version index page to index.html and adjust placeholder updates
1 parent 12a72a9 commit 97015fc

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)