Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
joshniemela committed Jan 12, 2025
1 parent ba85686 commit 9ee4433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typst_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
build_typst:
runs-on: ubuntu-latest
steps:
- uses: typst-community/setup-typst@v3
- name: Set up Git repository
uses: actions/checkout@v4
- uses: typst-community/setup-typst@v3
- name: Compile Typst document
run: cd report && typst compile main.typ
run: typst compile report/main.typ

- name: Create release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 9ee4433

Please sign in to comment.