File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - master
6+ workflow_dispatch : # Allows manual triggering of the workflow
7+
68jobs :
79 publish :
810 runs-on : ubuntu-latest
1113 - uses : docker://blang/latex:ubuntu
1214 with :
1315 args : latexmk -pdf -outdir=./_build
14- - uses : google-github-actions/setup-gcloud@v0
16+ steps :
17+ - name : " Authenticate GCloud"
18+ id : " auth"
19+ uses : " google-github-actions/auth@v2"
1520 with :
16- version : " 290.0.1"
17- service_account_key : ${{ secrets.GCP_SA_KEY }}
18- export_default_credentials : true
19- - run : gsutil cp _build/LJMiranda_CV.pdf gs://ljvmiranda/cv.pdf
21+ credentials_json : " ${{ secrets.GCP_SA_KEY }}"
22+ - name : " Set-up GCloud SDK"
23+ uses : " google-github-actions/setup-gcloud@v2"
24+ - name : " Upload output PDF"
25+ run : gsutil cp _build/LJMiranda_CV.pdf gs://ljvmiranda/cv.pdf
You can’t perform that action at this time.
0 commit comments