refactor: move sources into src/

This commit is contained in:
Felix Schröter 2025-02-24 11:56:28 +01:00
parent ef46569737
commit e2ff82b759
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 4 additions and 3 deletions

View file

@ -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
View file

@ -1,5 +1,5 @@
# typst # typst
*.pdf /out
# Nix # Nix
/result /result

View file

@ -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 = [ ];