Skip to content

Commit 95e353b

Browse files
authored
Update resize-images.yml (#585)
1 parent d236dde commit 95e353b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/resize-images.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
with:
1515
# ImageMagick command to be executed
1616
command: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x360 src/Resources/img/hero/*-x360.jpg
17-
command2: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x411 src/Resources/img/hero/*-x411.jpg
18-
command3: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x500 src/Resources/img/hero/*-x500.jpg
19-
command4: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x576 src/Resources/img/hero/*-x576.jpg
20-
command5: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x768 src/Resources/img/hero/*-x768.jpg
21-
command6: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x992 src/Resources/img/hero/*-x992.jpg
22-
command7: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x1200 src/Resources/img/hero/*-x1200.jpg
17+
# command2: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x411 src/Resources/img/hero/*-x411.jpg
18+
# command3: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x500 src/Resources/img/hero/*-x500.jpg
19+
# command4: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x576 src/Resources/img/hero/*-x576.jpg
20+
# command5: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x768 src/Resources/img/hero/*-x768.jpg
21+
# command6: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x992 src/Resources/img/hero/*-x992.jpg
22+
# command7: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x1200 src/Resources/img/hero/*-x1200.jpg
2323
- uses: cmgriffing/scully-gh-pages-action@v9
2424
with:
2525
access-token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)