Skip to content

Commit 3ab4911

Browse files
committed
Fix workflow
1 parent eed60b7 commit 3ab4911

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/compile-typst.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
paths:
88
- 'Curriculum/**/slides/**'
99
- '.github/workflows/compile-typst.yml'
10-
- 'athena-typst-theme'
10+
- 'typst-athena-slides-template'
11+
- 'athena-fonts'
1112

1213
permissions:
1314
contents: write

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
fontPaths = (builtins.map (x: x + "/share/fonts/opentype") fonts)
3030
++ (builtins.map (x: x + "/share/fonts/truetype") fonts)
31-
++ [ ./athena-fonts ];
31+
++ [ ./athena-fonts/fonts ];
3232
fontParam = p.lib.concatStringsSep ":" fontPaths;
3333

3434
typstPackagesCache = p.stdenv.mkDerivation {

0 commit comments

Comments
 (0)