name: Build Godot HTML5
on:
push:
branches:
- main
jobs:
build:
runs-on: docker
container:
image: barichello/godot-ci:4.2
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Create build folder
run: mkdir -p build/html5
- name: Export HTML5 build
run: |
godot --headless --export-release "HTML5" build/html5/index.html