diff options
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index fa9137d..2a70e51 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,6 @@ jobs: deploy: runs-on: ubuntu-latest env: - RUBY_VERSION: 3.1 JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}' name: Deploy steps: @@ -18,7 +17,6 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '${{ env.RUBY_VERSION }}' bundler-cache: true - name: Build run: make build |