Skip to content

Commit

Permalink
add fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 authored May 30, 2024
1 parent 8ab27d0 commit 6b0d243
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Clone fonts repository
run: git clone https://github.com/touying-typ/fonts.git fonts --depth=1

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -26,7 +29,7 @@ jobs:
run: pip install touying

- name: Build HTML File
run: touying compile main.typ --output build/index.html --format html
run: touying compile main.typ --output build/index.html --format html --font-paths fonts

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 6b0d243

Please sign in to comment.