Skip to content

Commit f89a189

Browse files
committed
upload index page in CI
1 parent 09eae07 commit f89a189

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mdbook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
- name: Build Compiler User Guide with mdBook
4444
run: mdbook build
4545
working-directory: ./compiler-user-guide
46+
47+
- name: Add Index Page
48+
run: |
49+
mkdir public
50+
cp index.html ./public/index.html
4651
- name: Upload artifact
4752
uses: actions/upload-pages-artifact@v3
4853
with:

0 commit comments

Comments
 (0)