From 89b6ebcda5d9e48589e88ae49faab64aee2ac799 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 2 Nov 2021 21:02:43 +0300 Subject: workflows/ci: it's a GitHub theme, no external publishing --- .github/workflows/ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 361f172..2962fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,24 +28,3 @@ jobs: bundler-cache: true - name: jekyll build run: bundle exec jekyll build --drafts - - publish: - needs: [build] - runs-on: ubuntu-latest - name: Publish - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: '2.7' - bundler-cache: true - - name: Build - run: bundle exec jekyll build --baseurl /jekyll-theme - - name: Publish - uses: JamesIves/github-pages-deploy-action@4.1.1 - with: - branch: gh-pages - folder: _site - single-commit: true -- cgit v1.2.3