Skip to content

Commit

Permalink
clean up repo, test new script
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Apr 16, 2023
1 parent c84d256 commit c3a11f3
Show file tree
Hide file tree
Showing 227 changed files with 217 additions and 1,548 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,26 @@ jobs:
- name: Install screenshot-glb
run: npm install --save @shopify/screenshot-glb

- name: Update pallet site
run: |
chmod +x scripts/generate_html_gallery.sh
./scripts/generate_html_gallery.sh models --head > index.html
- name: Take screenshots and make pallet
run: |
chmod +x asset_pallet.sh
./asset_pallet.sh opti glb png 512 512
chmod +x scripts/process_files.sh
./scripts/process_files.sh models glb png 512 512
./scripts/process_files.sh templates glb png 512 512
./scripts/generate_html_gallery.sh models --body >> index.html
./scripts/generate_html_gallery.sh templates --body --tail >> index.html
- name: Update README
run: |
python table.py opti > README.md
python scripts/table.py --head > README.md
python scripts/table.py models >> README.md
python scripts/table.py templates >> README.md
- name: Commit changes
run: |
Expand Down
92 changes: 0 additions & 92 deletions asset_pallet.sh

This file was deleted.

Binary file removed boothapalooza/3ov_example/Image-1.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image-2.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image-3.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image-4.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image-5.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image-6.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image-7.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image-8.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_0.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_10.jpg
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_2.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_3.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_4.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_5.jpg
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_6.jpg
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_7.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_8.jpg
Binary file not shown.
Binary file removed boothapalooza/3ov_example/Image_9.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/atlas2.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/atlas_1.jpg
Binary file not shown.
Binary file removed boothapalooza/3ov_example/atlas_2.png
Binary file not shown.
Binary file removed boothapalooza/3ov_example/template_booth.bin
Binary file not shown.
Loading

0 comments on commit c3a11f3

Please sign in to comment.