Skip to content

Commit ec2e480

Browse files
committed
Fix workflow file
1 parent 761cdff commit ec2e480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ 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
5657
echo "::endgroup::"
5758
done
5859
@@ -63,7 +64,7 @@ jobs:
6364
- name: Upload artifact
6465
uses: actions/upload-pages-artifact@v1
6566
with:
66-
path: ./book
67+
path: book/html
6768

6869
- name: Deploy to GitHub Pages
6970
id: deployment

0 commit comments

Comments
 (0)