diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 984fe1a..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -DEBUG=JEKYLL_GITHUB_TOKEN=blank PAGES_API_URL=http://0.0.0.0 - -default: - @gem install jekyll bundler && bundle install - -update: - @bundle update - -clean: - @bundle exec jekyll clean - -build: clean - @${DEBUG} bundle exec jekyll build --profile --config _config.yml,.debug.yml - -server: clean - @${DEBUG} bundle exec jekyll server --livereload --config _config.yml,.debug.yml