mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2026-02-05 05:16:31 -05:00
Compare commits
2 Commits
release-45
...
release-47
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65139ac3b1 | ||
|
|
eeba5c7aea |
16
.github/workflows/compile-latex.yml
vendored
16
.github/workflows/compile-latex.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
|||||||
if: github.server_url != 'https://github.com'
|
if: github.server_url != 'https://github.com'
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
files: |
|
files: |
|
||||||
resume.pdf
|
resume.pdf
|
||||||
cv.pdf
|
cv.pdf
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
if: github.server_url != 'https://github.com'
|
if: github.server_url != 'https://github.com'
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
files: |
|
files: |
|
||||||
resume.pdf
|
resume.pdf
|
||||||
cv.pdf
|
cv.pdf
|
||||||
@@ -183,10 +183,20 @@ 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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: private-documents
|
name: private-documents
|
||||||
path: |
|
path: |
|
||||||
resume.pdf
|
resume.pdf
|
||||||
cv.pdf
|
cv.pdf
|
||||||
|
|
||||||
|
- name: Upload Private PDFs (Gitea)
|
||||||
|
if: github.server_url != 'https://github.com'
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: private-documents
|
||||||
|
path: |
|
||||||
|
resume.pdf
|
||||||
|
cv.pdf
|
||||||
Reference in New Issue
Block a user