Skip to content

Commit

Permalink
Update README.md (#13)
Browse files Browse the repository at this point in the history
This fixes the README to use the correct full repo name after the transfer to typst-community.
  • Loading branch information
huwaireb authored Dec 23, 2023
1 parent 368613d commit 2ed9a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<table align=center><td>

```yml
- uses: yusancky/setup-typst@v3
- uses: typst-community/setup-typst@v3
- run: typst compile paper.typ paper.pdf
```
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: yusancky/setup-typst@v3
- uses: typst-community/setup-typst@v3
# Now Typst is installed!
- run: typst compile paper.typ paper.pdf
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2ed9a4d

Please sign in to comment.