Skip to content

Commit 9660ac5

Browse files
committed
Remove possible upstream fix
1 parent ec2e480 commit 9660ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
MDBOOK_BOOK__LANGUAGE=$po_lang \
5454
MDBOOK_OUTPUT__HTML__SITE_URL=/patterns/$po_lang/ \
5555
mdbook build -d book/$po_lang
56-
mv book/$po_lang/html book/html/$po_lang
56+
# TODO: Possible upstream fix
57+
# mv book/$po_lang/html book/html/$po_lang
5758
echo "::endgroup::"
5859
done
5960

0 commit comments

Comments
 (0)