We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed60b7 commit 3ab4911Copy full SHA for 3ab4911
.github/workflows/compile-typst.yml
@@ -7,7 +7,8 @@ on:
7
paths:
8
- 'Curriculum/**/slides/**'
9
- '.github/workflows/compile-typst.yml'
10
- - 'athena-typst-theme'
+ - 'typst-athena-slides-template'
11
+ - 'athena-fonts'
12
13
permissions:
14
contents: write
flake.nix
@@ -28,7 +28,7 @@
28
29
fontPaths = (builtins.map (x: x + "/share/fonts/opentype") fonts)
30
++ (builtins.map (x: x + "/share/fonts/truetype") fonts)
31
- ++ [ ./athena-fonts ];
+ ++ [ ./athena-fonts/fonts ];
32
fontParam = p.lib.concatStringsSep ":" fontPaths;
33
34
typstPackagesCache = p.stdenv.mkDerivation {
0 commit comments