You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems all fine and dandy until you realize that _deploy needs to be it's own git repo. This means that the current setup process is to rm _deploy && git clone [ufsit.github.io repo] _deploy which is pretty silly in my opinion.
Following #3, the Rakefile should be updated to allow for an easier set up. #3might solve this issue, but it might not. We'll see.
The text was updated successfully, but these errors were encountered:
Holy crap. Why is the Rakefile so... weird?
Anyway, the current deploy process is this:
_deploy
(minus the.git
folder)jekyll build
frompublic
to_deploy
cd _deploy && git add . && git commit -m {message} && git push
This seems all fine and dandy until you realize that
_deploy
needs to be it's own git repo. This means that the current setup process is torm _deploy && git clone [ufsit.github.io repo] _deploy
which is pretty silly in my opinion.Following #3, the Rakefile should be updated to allow for an easier set up. #3 might solve this issue, but it might not. We'll see.
The text was updated successfully, but these errors were encountered: