mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-15 07:24:43 -05:00
Compare commits
3 Commits
7bebaea133
...
release-36
| Author | SHA1 | Date | |
|---|---|---|---|
| 8aeb6a4745 | |||
| 7749d8c332 | |||
| 0549f77c4d |
10
.github/workflows/compile-latex.yml
vendored
10
.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: |
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode cv.tex
|
||||
|
||||
- name: Upload Private PDFs
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: private-documents
|
||||
path: |
|
||||
|
||||
@@ -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