-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
Setting Maybe using another action to do the commit after |
Thanks for the tip! Is there a way to get the non-zipped files put in that directory instead of zipped? |
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 |
Addressed in #17 |
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.The text was updated successfully, but these errors were encountered: