Switch to public GitHub Action Runners #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Regenerate Resource Files | |
on: | |
push: | |
paths: | |
- ".github/workflows/images.yml" | |
- "img/**" | |
- "tools/generate-assets.sh" | |
workflow_dispatch: | |
jobs: | |
regenerate-assets: | |
name: Regenerate Image Files | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Generate Assets | |
run: tools/generate-assets.sh |