Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deploy to gh-pages branch? #16

Closed
tylerecouture opened this issue Apr 28, 2020 · 4 comments
Closed

How to deploy to gh-pages branch? #16

tylerecouture opened this issue Apr 28, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@tylerecouture
Copy link
Contributor

tylerecouture commented Apr 28, 2020

Is there a way to use this to deploy the code to a gh-pages branch for use in github.io site?

I'm trying to combine what you have with this:
https://github.com/JamesIves/github-pages-deploy-action

But I don't know how to get the exported source for that action.

I tried setting:
create_release: false but it didn't create an exports folder anywhere on my project to get the exported game.

@firebelley
Copy link
Owner

Setting create_release to false will add your zipped binaries to an exports directory at the level of your project.godot file. Please note that this action does not commit those changes, you will have to take an action to commit those files to your repo yourself. If you do not commit those changes they will be lost and there will be no persisted exports directory.

Maybe using another action to do the commit after godot-export runs would do the trick? This seems to be a good one https://github.com/stefanzweifel/git-auto-commit-action

@tylerecouture
Copy link
Contributor Author

Thanks for the tip! Is there a way to get the non-zipped files put in that directory instead of zipped?

@firebelley
Copy link
Owner

You're welcome! There is not currently a way to do that, however I can support that along with #10

By all means, feel free to contribute that feature! Otherwise feature requests are tackled as I can find time to get to them, so it may be a bit of waiting before that is supported

@firebelley firebelley added the enhancement New feature or request label Apr 28, 2020
@firebelley
Copy link
Owner

Addressed in #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants