docs: better differentiation between image_id
and sprite_id
s (#1491)
#228
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: Demo | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
paths: | |
- 'demo/**' | |
release: | |
types: [ published ] | |
workflow_dispatch: | |
jobs: | |
demo: | |
name: Demo | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v4 | |
- run: | | |
cd demo/frontend | |
docker-compose build |