Skip to content

Instantly share code, notes, and snippets.

View agnira's full-sized avatar

Agni Rakai Sahakarya agnira

View GitHub Profile
@doctor-g
doctor-g / godot-ci.yml
Created July 9, 2020 12:19
GitHub workflow specification for publishing Godot Engine HTML5 projects to GitHub Pages with reduced download size
# Workflow to publish Godot HTML5 games to GitHub Pages
#
# Make sure your project is configured for Web export
# to the path `build/web`.
name: 'Publish to GitHub Pages'
env:
GODOT_VERSION: 3.2.2 # Remember to manually set image to this version below.
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the