parent
ef46569737
commit
e2ff82b759
4 changed files with 4 additions and 3 deletions
|
@ -18,4 +18,4 @@ jobs:
|
|||
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: CV
|
||||
path: main.pdf
|
||||
path: out
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
# typst
|
||||
*.pdf
|
||||
/out
|
||||
|
||||
# Nix
|
||||
/result
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
|
||||
src = typixLib.cleanTypstSource ./.;
|
||||
commonArgs = {
|
||||
typstSource = "main.typ";
|
||||
typstSource = "src/main.typ";
|
||||
typstOutput = "out/main.pdf";
|
||||
|
||||
fontPaths = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue