diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-01 17:42:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 17:42:08 +0200 |
| commit | 4ac3aa6ebc7c80945fd6c4a97a531d520e965879 (patch) | |
| tree | bb3c75230098bf71d1ac23bbe7184e4ae7a6cef2 /.github | |
| parent | 064954cf9edbb0201b6184e69978f86e93741008 (diff) | |
| parent | 06dbac6efd98be5a015023c88ed3dbd9a35a4594 (diff) | |
Merge pull request #9 from typst/port-fontdock
Port font handling to fontdock and ttf-parser 🛳
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bb3d7f09..a49f1a79 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,12 +24,12 @@ jobs: uses: actions/checkout@v2 with: path: typstc - - name: Checkout toddle + - name: Checkout fontdock uses: actions/checkout@v2 with: - repository: typst/toddle + repository: typst/fontdock token: ${{ secrets.TYPSTC_ACTION_TOKEN }} # `GitHub_PAT` is a secret that contains your PAT - path: toddle + path: fontdock - name: Checkout tide uses: actions/checkout@v2 with: |
