Delete .forgejo/workflow/godot-html5.yml
All checks were successful
Test Runner / test (push) Successful in 3s
All checks were successful
Test Runner / test (push) Successful in 3s
This commit is contained in:
parent
4fe652eb1e
commit
5f350c4509
1 changed files with 0 additions and 26 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue