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 993f056 commit 3fe3a87Copy full SHA for 3fe3a87
1 file changed
.github/workflows/build-and-deploy.yml
@@ -19,6 +19,9 @@ jobs:
19
uses: peaceiris/actions-mdbook@v1
20
with:
21
mdbook-version: latest
22
+
23
+ - name: Install static-sitemap-cli
24
+ run: npm install static-sitemap-cli
25
26
# FIXME: Keep this up to date
27
- name: Install mdbook-linkcheck
@@ -49,6 +52,11 @@ jobs:
49
52
mv book/"$lang"/custom book/custom/"$lang"
50
53
done
51
54
55
+ - name: Generate sitemap
56
+ run: |
57
+ cd gb-asm-tutorial/book/custom/
58
+ npx sscli --no-clean --base https://gbdev.io/gb-asm-tutorial
59
60
- name: Store final build
61
uses: actions/upload-artifact@v2
62
0 commit comments