Skip to content

Commit 24f779d

Browse files
committed
Fix missing index file
probably related commit 5039584
1 parent 43bb74e commit 24f779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_html.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
uses: EndBug/add-and-commit@v5
4343
with:
4444
message: "Add newly generated html files by GitHub Actions."
45-
add: "index.html getting-started.html ide-extensions/index.html --force"
45+
add: "index.html getting-started.html ide-extensions.html --force"

0 commit comments

Comments
 (0)