Skip to content

Commit

Permalink
feat: Add GitHub Action to automate image generati
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 10, 2024
1 parent 3355816 commit 4c409b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/generate_images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Generate Images
on: push
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install ImageMagick
run: choco install imagemagick
- name: Generate Images
run: .\generate_content.bat

0 comments on commit 4c409b8

Please sign in to comment.