Skip to content

Commit

Permalink
use only just
Browse files Browse the repository at this point in the history
  • Loading branch information
slashformotion committed Apr 7, 2024
1 parent a0afe31 commit 4fc4e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
id: setup-typst
with:
version: 'latest'
- name: Setup Just
uses: extractions/setup-just@v2
- name: Set up Git repository
uses: actions/checkout@v3
- name: typst version
run: typst --version
- name: Compile
run: make build-examples
run: just build-examples
- name: Upload example PDF
uses: actions/upload-artifact@v3
with:
Expand Down
14 changes: 0 additions & 14 deletions makefile

This file was deleted.

0 comments on commit 4fc4e9b

Please sign in to comment.