File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments