Skip to content

Commit

Permalink
ci: move screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Feb 19, 2025
1 parent c69d02e commit 83634f8
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 @@ -65,11 +65,11 @@ jobs:
--size "1280x640" \
--slides 1 \
_site/index.html _site/index.pdf
mv _site/index_1_1280x640.png .github/template.png
- name: Update Screenshot
shell: bash
run: |
mv _site/index_1_1920x1080.png .github/template.png
BRANCH=ci/update-thumbs
if git show-ref --quiet refs/heads/${BRANCH}; then
echo "Branch ${BRANCH} already exists."
Expand Down

0 comments on commit 83634f8

Please sign in to comment.