Skip to content

Commit

Permalink
debug stack create
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiq-dev committed Mar 10, 2024
1 parent 7454f30 commit 7f7006e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Prepare Build
run: |
sudo apt update && sudo apt install -y texlive-latex-base texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra
# - name: Prepare Build
# run: |
# sudo apt update && sudo apt install -y texlive-latex-base texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra

- name: Add Version
run: |
sed -i -e "s/__VERSION__/$(git rev-parse --short HEAD)/" src/resume.tex
- name: Build
run: cd src && pdflatex resume.tex
# run: cd src && pdflatex resume.tex
run: cd src && touch resume.pdf

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
Expand Down

0 comments on commit 7f7006e

Please sign in to comment.