Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ concurrency:

jobs:
build:
if: github.repository == 'TJ-CSCCG/tongji-undergrad-thesis-typst'
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v6

- name: Download fonts from fonts branch
- name: Download fonts from upstream
run: |
git fetch origin fonts
git fetch https://github.com/TJ-CSCCG/tongji-undergrad-thesis-typst.git fonts
git checkout FETCH_HEAD -- fonts

- name: Setup Typst
Expand Down