We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f7baa commit 46316b9Copy full SHA for 46316b9
.github/workflows/online-ebook.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Install mdBook by Xlings
44
run: |
45
curl -fsSL https://d2learn.org/xlings-install.sh | bash
46
+ export PATH=/home/xlings/.xlings_data/bin:$PATH
47
xlings install mdbook@${MDBOOK_VERSION} --global -y
48
- name: Setup Pages
49
id: pages
book/build.sh
@@ -17,4 +17,4 @@ cp -r imgs book/
17
18
echo "Build completed."
19
20
-python -m http.server --directory book/book
+#python -m http.server --directory book/book
0 commit comments