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 ec2e480 commit 9660ac5Copy full SHA for 9660ac5
.github/workflows/publish.yml
@@ -53,7 +53,8 @@ jobs:
53
MDBOOK_BOOK__LANGUAGE=$po_lang \
54
MDBOOK_OUTPUT__HTML__SITE_URL=/patterns/$po_lang/ \
55
mdbook build -d book/$po_lang
56
- mv book/$po_lang/html book/html/$po_lang
+ # TODO: Possible upstream fix
57
+ # mv book/$po_lang/html book/html/$po_lang
58
echo "::endgroup::"
59
done
60
0 commit comments