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 f9025a6 commit 528406bCopy full SHA for 528406b
.github/workflows/mdbook.yml
@@ -36,9 +36,11 @@ jobs:
36
37
steps:
38
- uses: actions/checkout@v4
39
+ with:
40
+ submodules: recursive
41
42
- name: Dynamically generate resources.md file
- run: ./scripts/generate_resources.sh
43
+ run: ./mdbook-resources/scripts/generate-resources
44
45
- name: Cache mdbook binary
46
id: cache-mdbook
@@ -50,7 +52,7 @@ jobs:
50
52
51
53
- name: Fetch mdBook binary from mdBook repository if not cached
54
if: steps.cache-mdbook.outputs.cache-hit != 'true'
- run: bash ./scripts/binary-validation.sh ${MDBOOK_VERSION}
55
+ run: ./mdbook-resources/scripts/binary-validation ${MDBOOK_VERSION}
56
57
- name: Setup Pages
58
id: pages
0 commit comments