Skip to content

Commit

Permalink
Changes justfile to render in high quality, and also only save .mp4s
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Gomez committed Jan 1, 2025
1 parent 738844c commit a4758a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: rendered_videos
path: media # or path/to/artifact
path: media/**/*.mp4 # or path/to/artifact
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
render:
manim -ql ./src/main.py
manim -qh ./src/main.py

shell:
nix develop . --no-pure-eval

0 comments on commit a4758a4

Please sign in to comment.