Skip to content

Commit a886c65

Browse files
committed
Merge branch 'main' of https://github.com/gboeing/cv
2 parents 82b6caa + 747e28b commit a886c65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
- name: Checkout repo
1616
uses: actions/checkout@v4
1717

18+
- name: Build PDF
19+
uses: xu-cheng/latex-action@v4
20+
with:
21+
root_file: cv-gboeing.tex
22+
1823
- name: Configure AWS credentials
1924
uses: aws-actions/configure-aws-credentials@v4
2025
with:
2126
role-to-assume: arn:aws:iam::800820568312:role/github-actions-gboeing-cv
2227
aws-region: us-west-2
2328

24-
- name: Build PDF
25-
uses: xu-cheng/latex-action@v3
26-
with:
27-
root_file: cv-gboeing.tex
28-
29-
- name: Upload PDF to s3
29+
- name: Upload PDF to AWS s3
3030
run: aws s3 cp ./cv-gboeing.pdf s3://cv-gboeing/

0 commit comments

Comments
 (0)