Compare commits

...

3 Commits

Author SHA1 Message Date
burkkyy 68cb8c75dc removing built resume from project 2026-07-14 20:26:07 -07:00
burkkyy ea0bd6ccc2 ignore pdf 2026-07-14 20:24:46 -07:00
burkkyy bf85721366 better release naming
Build Resume PDF / build (push) Successful in 54s
2026-07-14 20:22:03 -07:00
4 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -28,6 +28,10 @@ jobs:
- name: Compile LaTeX document - name: Compile LaTeX document
run: pdflatex -interaction=nonstopmode -halt-on-error resume.tex run: pdflatex -interaction=nonstopmode -halt-on-error resume.tex
- name: Compute version
id: version
run: echo "version=v$(date -u +'%Y.%-m.%-d').${{ github.run_number }}" >> "$GITHUB_OUTPUT"
- name: Publish to "latest" release - name: Publish to "latest" release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
env: env:
@@ -35,7 +39,7 @@ jobs:
with: with:
tag_name: latest tag_name: latest
target_commitish: ${{ github.sha }} target_commitish: ${{ github.sha }}
name: Latest Resume name: ${{ steps.version.outputs.version }}
body: Automatically built from commit ${{ github.sha }}. body: Automatically built from commit ${{ github.sha }}.
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
files: |- files: |-
+1
View File
@@ -4,3 +4,4 @@
*.fls *.fls
*.fdb_latexmk *.fdb_latexmk
*.synctex.gz *.synctex.gz
*.pdf
+3
View File
@@ -0,0 +1,3 @@
# Resume
[Latest build](https://gitea.burke.host/burkkyy/resume/releases/download/latest/resume.pdf)
BIN
View File
Binary file not shown.