Skip to content

Commit

Permalink
png generate fix and gitignore fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
charely6 committed Nov 17, 2023
1 parent bc45ad6 commit ff61d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
scad_file: ./
output_file: ./pngs/
target_format_for_bulk: png
options: "--render"
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./*.stl
/*.stl
!/*/*.stl

0 comments on commit ff61d97

Please sign in to comment.