From 426465b7e6d08688d79739287417d21c339f8fbd Mon Sep 17 00:00:00 2001 From: Barry57 <160387047+Barry57@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:44:38 +0800 Subject: [PATCH] Delete docs/Makefile --- docs/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/Makefile 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