mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-12 22:14:43 -05:00
Compare commits
2 Commits
7bebaea133
...
7749d8c332
| Author | SHA1 | Date | |
|---|---|---|---|
| 7749d8c332 | |||
| 0549f77c4d |
8
.github/workflows/compile-latex.yml
vendored
8
.github/workflows/compile-latex.yml
vendored
@@ -62,9 +62,9 @@ jobs:
|
||||
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode cv.tex
|
||||
|
||||
- name: Upload Public PDFs as Release
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: ncipollo/release-action@v1.14.0
|
||||
with:
|
||||
artifacts: "resume.pdf,cv.pdf"
|
||||
artifacts: "*.pdf"
|
||||
name: Latest PDFs
|
||||
tag: latest
|
||||
body: |
|
||||
@@ -79,9 +79,9 @@ jobs:
|
||||
|
||||
# Create a numbered release for version history
|
||||
- name: Create Numbered Release
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: ncipollo/release-action@v1.14.0
|
||||
with:
|
||||
artifacts: "resume.pdf,cv.pdf"
|
||||
artifacts: "*.pdf"
|
||||
name: Release ${{ github.run_number }}
|
||||
tag: release-${{ github.run_number }}
|
||||
body: |
|
||||
|
||||
@@ -18,6 +18,10 @@ The most recent public versions are always available at:
|
||||
- Resume: `https://github.com/soconnor0919/resume-cv/releases/download/latest/resume.pdf`
|
||||
- CV: `https://github.com/soconnor0919/resume-cv/releases/download/latest/cv.pdf`
|
||||
|
||||
If mirroring to Gitea:
|
||||
- Resume: `https://git.soconnor.dev/soconnor/resume-cv/releases/download/latest/resume.pdf`
|
||||
- CV: `https://git.soconnor.dev/soconnor/resume-cv/releases/download/latest/cv.pdf`
|
||||
|
||||
Replace `USERNAME` with your GitHub username after forking.
|
||||
|
||||
## Project Structure
|
||||
|
||||
Reference in New Issue
Block a user