File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 build :
2828 runs-on : ubuntu-latest
2929 env :
30- MDBOOK_VERSION : 0.4.36
30+ MDBOOK_VERSION : 0.4.52
3131 steps :
3232 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333 - name : Install mdBook
@@ -43,14 +43,14 @@ jobs:
4343 run : cd docs && mdbook build
4444 - name : Check Expected Files
4545 run : |
46- if [ ! -f docs/book/html/ index.html ]; then
47- echo "Expected file docs/book/html/ index.html is missing. Double-check the mdBook/Pages config."
46+ if [ ! -f docs/book/index.html ]; then
47+ echo "Expected file docs/book/index.html is missing. Double-check the mdBook/Pages config."
4848 exit 1
4949 fi
5050 - name : Upload artifact
5151 uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
5252 with :
53- path : ./docs/book/html
53+ path : ./docs/book
5454
5555 # Deployment job
5656 deploy :
You can’t perform that action at this time.
0 commit comments