Skip to content

Commit

Permalink
Optimized images
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Aug 14, 2023
1 parent 69a92bc commit fe6aa71
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: npm ci
- name: Convert Guides
run: npm run convert
- name: Compress artifact
run: tar cfz out.tar.gz out
- uses: actions/upload-artifact@v3
with:
name: guides
path: out
path: out.tar.gz

# This job publishes the release version of guides to S3
publish-web-release:
Expand All @@ -35,8 +37,8 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: guides
path: out

- name: Extract artifact
run: tar xf out.tar.gz
- name: Synchronize Versions
run: |
for version in minecraft-*; do
Expand Down

0 comments on commit fe6aa71

Please sign in to comment.