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
with:
name: CV
path: main.pdf
path: out

2
.gitignore vendored
View file

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

View file

@ -36,7 +36,8 @@
src = typixLib.cleanTypstSource ./.;
commonArgs = {
typstSource = "main.typ";
typstSource = "src/main.typ";
typstOutput = "out/main.pdf";
fontPaths = [ ];