diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-02 21:02:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-02 21:12:48 +0300 |
commit | 89b6ebcda5d9e48589e88ae49faab64aee2ac799 (patch) | |
tree | db095bc9348e29641a2b2b4d785d4895d8ed9380 | |
parent | navbar: add a GitHub link (diff) | |
download | jekyll-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.yml | 21 | ||||
-rw-r--r-- | _config.yml | 2 |
2 files changed, 1 insertions, 22 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 diff --git a/_config.yml b/_config.yml index 29c9e71..4ac283e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Jekyll -baseurl: '' +baseurl: /jekyll-theme exclude: - Gemfile |