Skip to content

Commit 31e64f2

Browse files
committed
chore: Update wiki workflow for new book chapters
Add chapters 10 (Packaging & Distribution) and 11 (HIR Builder) to the wiki publish workflow.
1 parent f891f7d commit 31e64f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
cp book/07-typed-ast-builder.md wiki/07-TypedAST-Builder.md
3434
cp book/08-zig-example.md wiki/08-Zig-Example.md
3535
cp book/09-reference.md wiki/09-Reference.md
36+
cp book/10-packaging-distribution.md wiki/10-Packaging-Distribution.md
37+
cp book/11-hir-builder.md wiki/11-HIR-Builder.md
3638
3739
# Fix internal links for wiki format
3840
sed -i 's|\./01-introduction\.md|01-Introduction|g' wiki/*.md
@@ -44,6 +46,8 @@ jobs:
4446
sed -i 's|\./07-typed-ast-builder\.md|07-TypedAST-Builder|g' wiki/*.md
4547
sed -i 's|\./08-zig-example\.md|08-Zig-Example|g' wiki/*.md
4648
sed -i 's|\./09-reference\.md|09-Reference|g' wiki/*.md
49+
sed -i 's|\./10-packaging-distribution\.md|10-Packaging-Distribution|g' wiki/*.md
50+
sed -i 's|\./11-hir-builder\.md|11-HIR-Builder|g' wiki/*.md
4751
4852
- name: Upload wiki
4953
uses: Andrew-Chen-Wang/github-wiki-action@v4

0 commit comments

Comments
 (0)