mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2026-02-05 05:16:31 -05:00
Compare commits
1 Commits
release-46
...
release-47
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65139ac3b1 |
12
.github/workflows/compile-latex.yml
vendored
12
.github/workflows/compile-latex.yml
vendored
@@ -183,7 +183,17 @@ jobs:
|
|||||||
- name: List generated PDFs
|
- name: List generated PDFs
|
||||||
run: ls -la *.pdf
|
run: ls -la *.pdf
|
||||||
|
|
||||||
- name: Upload Private PDFs
|
- name: Upload Private PDFs (GitHub)
|
||||||
|
if: github.server_url == 'https://github.com'
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: private-documents
|
||||||
|
path: |
|
||||||
|
resume.pdf
|
||||||
|
cv.pdf
|
||||||
|
|
||||||
|
- name: Upload Private PDFs (Gitea)
|
||||||
|
if: github.server_url != 'https://github.com'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: private-documents
|
name: private-documents
|
||||||
|
|||||||
Reference in New Issue
Block a user