We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761cdff commit ec2e480Copy full SHA for ec2e480
1 file changed
.github/workflows/publish.yml
@@ -53,6 +53,7 @@ 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
57
echo "::endgroup::"
58
done
59
@@ -63,7 +64,7 @@ jobs:
63
64
- name: Upload artifact
65
uses: actions/upload-pages-artifact@v1
66
with:
- path: ./book
67
+ path: book/html
68
69
- name: Deploy to GitHub Pages
70
id: deployment
0 commit comments