diff options
-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 |