aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-02 21:02:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-02 21:12:48 +0300
commit89b6ebcda5d9e48589e88ae49faab64aee2ac799 (patch)
treedb095bc9348e29641a2b2b4d785d4895d8ed9380 /.github/workflows/ci.yml
parentnavbar: add a GitHub link (diff)
downloadjekyll-theme-89b6ebcda5d9e48589e88ae49faab64aee2ac799.tar.gz
jekyll-theme-89b6ebcda5d9e48589e88ae49faab64aee2ac799.zip
workflows/ci: it's a GitHub theme, no external publishing
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml21
1 files changed, 0 insertions, 21 deletions
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