We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8468a7d commit 53ee3b2Copy full SHA for 53ee3b2
.github/workflows/mdbook.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Add Index Page
48
run: |
49
- mkdir public
+ mkdir -p public
50
cp index.html ./public/index.html
51
- name: Upload artifact
52
uses: actions/upload-pages-artifact@v3
0 commit comments