mirror of
https://github.com/maplibre/martin.git
synced 2024-12-24 07:22:52 +03:00
CI demo build (#1040)
This commit is contained in:
parent
d66e7ab7a7
commit
0f500cfdd7
25
.github/workflows/demo.yml
vendored
Normal file
25
.github/workflows/demo.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user