diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-11-19 23:46:51 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-11-19 23:46:51 +0100 |
| commit | 2e6e6244ccf73795d7d74cbc286fb0b43b404315 (patch) | |
| tree | 74357df3e7bd2a9b7955d912ef531d4b15e0520f /.github | |
| parent | 3a7bfd6bed9a932693588ca3cb61b101f8808783 (diff) | |
Switch to pdf-writer ⬆️
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 c01b53f9..8afaa61c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,12 +29,12 @@ jobs: token: ${{ secrets.TYPSTC_ACTION_TOKEN }} path: fontdock - - name: Checkout tide + - name: Checkout pdf-writer uses: actions/checkout@v2 with: - repository: typst/tide + repository: typst/pdf-writer token: ${{ secrets.TYPSTC_ACTION_TOKEN }} - path: tide + path: pdf-writer - name: Install Rust uses: actions-rs/toolchain@v1 |
