Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MisileLab authored May 30, 2024
1 parent 6331561 commit c15de74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: exist
shell: bash
run: |
if [[ -f dist/index.html ]]; then
if [[ -d "dist" ]]; then
touch not-exist-really
fi
Expand Down

0 comments on commit c15de74

Please sign in to comment.