-
Notifications
You must be signed in to change notification settings - Fork 3
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
Automate the deployment of kwruby.ca #35
Comments
I can work on this next weekend if that is ok 👍 |
That would be great! |
Hi @acant Thanks for inviting me to the organization. I hope to contribute more =) I didn't forget about this issue, I'm still working on it on my free time. Because the gems are really outdated the first thing I'm doing is to upgrade all them. Thanks and see you at the next meetup =) |
Awesome thanks for the work @lucasprag. See on on Tuesday. |
There is a github action for automating deploy with middleman to github pages: https://github.com/marketplace/actions/github-pages-deploy Could you sign up for the beta please? @acant Thanks |
Btw, this blog posts says I need to add a personal token for that action to work, I'm going to make it sure it's true first, but I'm going to do that. |
@lucasprag sorry about missing these comments. I was just browsing issues and saw them. |
Awesome, this is the next thing I'm going to work on, thanks @acant =) |
I just finished building the Github action to build the website when we push to master. 🎉 I also fixed the problem that was removing the domain after deploy by copying the CNAME file to inside of the Thanks 👍 |
It would make it easier to update the site, if it automatically tested and deployed it when changes are pushed to the master branch. I have implemented this kind of system on Gitlab, but I have never done it on at Github.
I did find some articles on how to to it with Github pages and Jekyl:
I suspect something similar would work with middleman.
The text was updated successfully, but these errors were encountered: