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 59301ed commit 848f3a6Copy full SHA for 848f3a6
.github/workflows/deploy_books.yml
@@ -15,8 +15,8 @@ jobs:
15
16
- name: Install mdBook
17
run: |
18
- chmod +x .github/tools/mdBook
19
- chmod +x .github/tools/mdBook-katex
+ chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdBook"
+ chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdBook-katex"
20
echo "${GITHUB_WORKSPACE}/.github/tools" >> $GITHUB_PATH
21
22
- name: Verify mdbook version
0 commit comments