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
|
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: CV
|
name: CV
|
||||||
path: main.pdf
|
path: out
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
# typst
|
# typst
|
||||||
*.pdf
|
/out
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
/result
|
/result
|
||||||
|
|
|
@ -36,7 +36,8 @@
|
||||||
|
|
||||||
src = typixLib.cleanTypstSource ./.;
|
src = typixLib.cleanTypstSource ./.;
|
||||||
commonArgs = {
|
commonArgs = {
|
||||||
typstSource = "main.typ";
|
typstSource = "src/main.typ";
|
||||||
|
typstOutput = "out/main.pdf";
|
||||||
|
|
||||||
fontPaths = [ ];
|
fontPaths = [ ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue