Skip to content

Commit

Permalink
fix(GitHub): fix compile and deploy documentation action (yunanwg#35)
Browse files Browse the repository at this point in the history
* fix: add font-path flag in action
* fix: delete emoji in docs.typ
  • Loading branch information
yunanwg authored Jul 21, 2024
1 parent 15f7a1b commit 28ebb8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: fontist install "Roboto"
- run: fontist install "Source Sans 3"
- uses: typst-community/setup-typst@v3
- run: typst compile ./docs/docs.typ --root ./
- run: typst compile ./docs/docs.typ --root ./ --font-path /home/runner/.fontist/fonts
- uses: actions/upload-artifact@v4
with:
name: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.typ
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ and #link("https://fonts.google.com/specimen/Source+Sans+3")[Source Sans Pro] (o

=== Step 2: Check Documentation

You are reading this documentation now, woah! 🎉
You are reading this documentation now, woah!

=== Step 3: Bootstrap Template

Expand Down

0 comments on commit 28ebb8a

Please sign in to comment.