Add uploading of the curriculum
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 1m18s
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 1m18s
This commit is contained in:
@@ -27,5 +27,17 @@ jobs:
|
||||
- name: Archive artifacs
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: curriculum-vitae
|
||||
path: cv.pdf
|
||||
- name: Upload to S3
|
||||
uses: bxb100/action-upload@main
|
||||
with:
|
||||
provider: s3
|
||||
provider_options: |
|
||||
root=/
|
||||
bucket=${{ secrets.S3BUCKET }}
|
||||
endpoint=${{ secrets.S3ENDPOINT }}
|
||||
access_key_id=${{ secrets.S3ACCESSKEY }}
|
||||
secret_access_key=${{ secrets.S3ACCESSSECRET }}
|
||||
include: '*.pdf'
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
Reference in New Issue
Block a user