Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
im-ajaymeena committed Jul 26, 2023
1 parent 3141765 commit 97dd16c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_resume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
blang/latex:ubuntu \
sh -c "latexmk -pdf -f -xelatex -interaction=nonstopmode -synctex=1 -file-line-error -outdir=/app/output /app/resume.tex"
# - name: check-pdf-build
# run: |
# echo $(ls -R)
# FILE=latex/output/resume.pdf
# if test -f "$FILE";
# then
# echo "resume build success"
# else
# exit 1
# fi
- name: check-pdf-build
run: |
echo $(ls -R)
FILE=latex/output/resume.pdf
if test -f "$FILE";
then
echo "resume build success"
else
exit 1
fi
# - name: Upload artifact
# uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 97dd16c

Please sign in to comment.