abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
758 stars 133 forks source link

Deploy to GitHub Pages from GitHub Actions #22

Closed OverloadedOrama closed 4 years ago

OverloadedOrama commented 4 years ago

This lets godot-ci.yml deploy to GitHub Pages after a Web Build is exported. Thanks to https://github.com/JamesIves/github-pages-deploy-action

If you encounter issues when deploying to gh-pages, try to change the theme from the repository's settings.

This addresses a part of #14.

realkotob commented 4 years ago

Looks good, I'd just suggest to add a comment to explain that rsync is installed because it's needed for the github pages deploy action, just to make sure they don't get accidentally separated as modifications are made in the future.

OverloadedOrama commented 4 years ago

I added a comment! :)

EDIT: Fixed a typo in the comment.

realkotob commented 4 years ago

Awesome :)