Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Nov 27, 2024
1 parent 5fc307a commit 44e80f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
run: cargo clippy --target wasm32-unknown-unknown --all-features -- -D warnings
- name: Check Format
run: cargo fmt -- --check
# - name: Install Typst:
# run: curl -fsSL https://typst.community/typst-install/install.sh | sh
# - name: Typst Compile
# run: typst compile example.typ
- name: Install Typst
run: curl -fsSL https://typst.community/typst-install/install.sh | sh
- name: Typst Compile
run: typst compile example.typ

# now Pages.dev do this for us
# build-web:
Expand Down

0 comments on commit 44e80f4

Please sign in to comment.