Skip to content

Commit

Permalink
use empty config
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Mar 21, 2024
1 parent be0682f commit 88677e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd ./packages/image-generator
npm i
cd ../..
tsx ./packages/image-generator/cli.ts --image event --date ${{ github.event.inputs.date }} > ./public/banners/${{ github.event.inputs.date }}.png
tsx --tsconfig ./packages/image-generator/tsconfig.json ./packages/image-generator/cli.ts --image event --date ${{ github.event.inputs.date }} > ./public/banners/${{ github.event.inputs.date }}.png
- name: Commit files
run: |
Expand Down

0 comments on commit 88677e1

Please sign in to comment.