Skip to content

Commit 53ee3b2

Browse files
committed
fix CI
1 parent 8468a7d commit 53ee3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Add Index Page
4848
run: |
49-
mkdir public
49+
mkdir -p public
5050
cp index.html ./public/index.html
5151
- name: Upload artifact
5252
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)