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 a003587 commit 1b658aeCopy full SHA for 1b658ae
.github/workflows/deploy_books.yml
@@ -21,8 +21,8 @@ jobs:
21
22
- name: Install mdBook
23
run: |
24
- chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdBook"
25
- chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdBook-katex"
+ chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdook"
+ chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdook-katex"
26
echo "${GITHUB_WORKSPACE}/.github/tools" >> $GITHUB_PATH
27
28
- name: Verify mdbook version
0 commit comments