Skip to content

Commit

Permalink
Update convert_cv_pdf_png.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weilueluo authored Aug 10, 2024
1 parent 1c9fb27 commit 0f889c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert_cv_pdf_png.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
compile-tex-and-generate-png:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./src
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
git config --local user.email "action[bot]@github.com"
git config --local user.name "github-actions[bot]"
git add resume*.png ../resume*.pdf
if [-z "$(git status --porcelain)"]; then
if [ "$(git status --porcelain)" == "" ]; then
echo "::set-output name=push::false"
else
git commit -m "[bot] updated cv pdf and images"
Expand Down

0 comments on commit 0f889c4

Please sign in to comment.