Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update resize-images.yml #585

Merged
merged 1 commit into from
Apr 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/resize-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
with:
# ImageMagick command to be executed
command: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x360 src/Resources/img/hero/*-x360.jpg
command2: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x411 src/Resources/img/hero/*-x411.jpg
command3: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x500 src/Resources/img/hero/*-x500.jpg
command4: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x576 src/Resources/img/hero/*-x576.jpg
command5: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x768 src/Resources/img/hero/*-x768.jpg
command6: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x992 src/Resources/img/hero/*-x992.jpg
command7: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x1200 src/Resources/img/hero/*-x1200.jpg
# command2: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x411 src/Resources/img/hero/*-x411.jpg
# command3: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x500 src/Resources/img/hero/*-x500.jpg
# command4: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x576 src/Resources/img/hero/*-x576.jpg
# command5: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x768 src/Resources/img/hero/*-x768.jpg
# command6: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x992 src/Resources/img/hero/*-x992.jpg
# command7: magick -path src/Resources/img/hero/*.jpg -auto-orient -resize x1200 src/Resources/img/hero/*-x1200.jpg
- uses: cmgriffing/scully-gh-pages-action@v9
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
Expand Down