Skip to content

Commit

Permalink
ci: fix non ascii character
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Feb 19, 2025
1 parent 6c513ba commit c69d02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
--screenshots \
--screenshots-format png \
--screenshots-directory . \
--size "1280×640" \
--size "1280x640" \
--slides 1 \
_site/index.html _site/index.pdf
Expand Down

0 comments on commit c69d02e

Please sign in to comment.