We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82b6caa + 747e28b commit a886c65Copy full SHA for a886c65
.github/workflows/build_publish.yml
@@ -15,16 +15,16 @@ jobs:
15
- name: Checkout repo
16
uses: actions/checkout@v4
17
18
+ - name: Build PDF
19
+ uses: xu-cheng/latex-action@v4
20
+ with:
21
+ root_file: cv-gboeing.tex
22
+
23
- name: Configure AWS credentials
24
uses: aws-actions/configure-aws-credentials@v4
25
with:
26
role-to-assume: arn:aws:iam::800820568312:role/github-actions-gboeing-cv
27
aws-region: us-west-2
28
- - name: Build PDF
- uses: xu-cheng/latex-action@v3
- with:
- root_file: cv-gboeing.tex
-
29
- - name: Upload PDF to s3
+ - name: Upload PDF to AWS s3
30
run: aws s3 cp ./cv-gboeing.pdf s3://cv-gboeing/
0 commit comments