From 65ff4bbcd4c9d5b85f68448a5b3b46cd42f2edbd Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Thu, 15 Aug 2019 18:51:45 +0800 Subject: [PATCH] Remove CI config --- .travis.yml | 21 --------------------- Gemfile | 2 -- 2 files changed, 23 deletions(-) delete mode 100644 .travis.yml delete mode 100644 Gemfile diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e0599ea..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -dist: bionic - -# installing Hugo from the snap store' -# https://snapcraft.io/hugo -before_install: - - sudo apt-get update - - sudo apt-get install ruby - - curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb - - sudo dpkg -i hugo_0.57.0_Linux-64bit.deb -script: - - asciidoctor --version - - hugo -deploy: - local_dir: "public/" - provider: pages - skip_cleanup: true - github_token: $GITHUB_TOKEN - target_branch: gh-pages - on: - branch: master - \ No newline at end of file diff --git a/Gemfile b/Gemfile deleted file mode 100644 index a093b98..0000000 --- a/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'asciidoctor'