From 35505f624c6bff1bc1929ceb025fed5aae4c5968 Mon Sep 17 00:00:00 2001 From: Quang Thang Date: Wed, 27 Jan 2021 17:55:11 +0700 Subject: [PATCH] Remove deploy to neocities step --- .github/workflows/ci-master.yml | 6 ------ .github/workflows/ci.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 76472a0..3a9ed39 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -19,12 +19,6 @@ jobs: docker run --rm \ --volume="${{ github.workspace }}:/srv/jekyll" \ jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && bundle install && bundle exec jekyll build && bundle exec rake search:init" - - name: Deploy to Neocities - uses: bcomnes/deploy-to-neocities@master - with: - api_token: ${{ secrets.NEOCITIES_API_TOKEN }} - cleanup: true - dist_dir: _site jekyll-3-8-5: name: Build Jekyll site (v3.8.5) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 076b859..3fb7809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,6 @@ jobs: docker run --rm \ --volume="${{ github.workspace }}:/srv/jekyll" \ jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && bundle install && bundle exec jekyll build && bundle exec rake search:init" - - name: Deploy to Neocities - uses: bcomnes/deploy-to-neocities@master - with: - api_token: ${{ secrets.NEOCITIES_API_TOKEN }} - cleanup: true - dist_dir: _site jekyll-3-8-5: name: Build Jekyll site (v3.8.5)