Skip to content

Commit 46316b9

Browse files
committed
fix workflows issue (xlings env)
1 parent 86f7baa commit 46316b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/online-ebook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Install mdBook by Xlings
4444
run: |
4545
curl -fsSL https://d2learn.org/xlings-install.sh | bash
46+
export PATH=/home/xlings/.xlings_data/bin:$PATH
4647
xlings install mdbook@${MDBOOK_VERSION} --global -y
4748
- name: Setup Pages
4849
id: pages

book/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ cp -r imgs book/
1717

1818
echo "Build completed."
1919

20-
python -m http.server --directory book/book
20+
#python -m http.server --directory book/book

0 commit comments

Comments
 (0)