From 023a4d03c3a549ff43191bc93b89be1b5075f5f5 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Sun, 14 Jan 2024 14:54:20 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab9cac8..7ec7dbf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Overview -This is a repository that provides a template for you to start your Godot repositories on GitHub. This repository contains a basic project setup along with CI/CD. By default it will build for windows, linux and the web and upload their artifacts, along with deploying a build to GitHub Pages. +This is a repository that provides a template for you to start your Godot repositories on GitHub. This repository contains a basic project setup along with CI/CD. By default it will build for windows, linux and the web and upload their artifacts, along with deploying a build to GitHubDock Pages. + +# Docker Image +This uses a open source docker image made for exporting from godot, it can be found here. +https://github.com/abarichello/godot-ci + # How to deploy to GitHub Pages Go to the settings of your repository, and then on the left hand side click pages. You should then be able to click a drop down near the top of the page to deploy from a branch, deploy from the gh-pages branch once the workflow has executed. Example Deployment https://D4M13N-D3V.github.io/godot_template/