File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
mdbook-version : latest
22
22
23
+ - name : Install i18n-helpers
24
+ working-directory : gb-asm-tutorial/
25
+ run : cargo install --path i18n-helpers --locked
26
+ shell : bash
27
+
23
28
# FIXME: Keep this up to date
24
29
- name : Install mdbook-linkcheck
25
30
run : | # `-L` because GitHub performs a redirection
44
49
run : |
45
50
mdbook build
46
51
52
+ - name : Build IT translation
53
+ working-directory : gb-asm-tutorial/
54
+ env :
55
+ MDBOOK_BUILD__CREATE_MISSING : " false" # Prevent creating missing files in SUMMARY.md
56
+ MDBOOK_OUTPUT__LINKCHECK__COMMAND : " ../mdbook-linkcheck"
57
+ MDBOOK_OUTPUT__LINKCHECK__OPTIONAL : " false"
58
+ MDBOOK_BOOK__LANGUAGE : " it"
59
+ run : |
60
+ mdbook build -d book/it
61
+ mv book/it/custom book/custom/it
62
+
47
63
- name : Store final build
48
64
uses : actions/upload-artifact@v2
49
65
with :
You can’t perform that action at this time.
0 commit comments