Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e0f1cef..68b1ee8 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,14 @@ endef
.PHONY: all
all: serve
+.PHONY: ruby
+ruby:
+ command -v rbenv && rbenv install --skip-existing
+
+.PHONY: deps
+deps: ruby
+ bundle install
+
.PHONY: build
build:
bundle exec jekyll build --drafts