Delete .forgejo/workflow/godot-html5.yml
All checks were successful
Test Runner / test (push) Successful in 3s

This commit is contained in:
Tanner Van Teeffelen 2026-05-09 01:18:24 -04:00
parent 4fe652eb1e
commit 5f350c4509

View file

@ -1,26 +0,0 @@
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: Build HTML5
run: |
mkdir -p build/html5
godot --headless --export-release "HTML5" build/html5/index.html
- name: Deploy to Nginx folder
run: |
rsync -av build/html5/ /deploy/TheFlipSide