Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed Jan 6, 2024
1 parent 1172fca commit 0716aeb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 28 deletions.
11 changes: 0 additions & 11 deletions .github/actions/compile/action.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Install dependencies
description: Downloads and installs dependencies

runs:
using: composite
steps:
- name: Brew Install
shell: bash
run: |
brew install typst font-pt-sans
typst -V
typst fonts | grep "PT Sans"
14 changes: 0 additions & 14 deletions .github/actions/fonts/action.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install fonts
uses: ./.github/actions/fonts
- name: Install dependencies
uses: ./.github/actions/dependencies

- name: Compile cv
uses: ./.github/actions/compile
run: typst compile cv.typ

0 comments on commit 0716aeb

Please sign in to comment.