Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
augerhandle authored Jun 13, 2024
1 parent 36cc859 commit ad202b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
run: ls *.pdf

- name: Check file existence
env:
FILE: main.tex
shell: bash
run: |
if [[ -f $FILE ]]; then echo "$FILE exists!" else echo "$FILE does not exist!" fi
env:
FILE: main.tex
shell: bash
run: |
if [[ -f $FILE ]]; then echo "$FILE exists!" else echo "$FILE does not exist!" fi

0 comments on commit ad202b6

Please sign in to comment.