diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 12:12:05 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 12:12:05 +0200 |
commit | d4f7057c1ab696da4bd7353bf1d227be1091b6ef (patch) | |
tree | a49b47fb2bc13e925446a01635bbbba5534fda96 | |
parent | workflows/jekyll: upgrade actions (diff) | |
download | wireguard-config-d4f7057c1ab696da4bd7353bf1d227be1091b6ef.tar.gz wireguard-config-d4f7057c1ab696da4bd7353bf1d227be1091b6ef.zip |
workflows/jekyll: use .ruby-version for setup-ruby action
-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 1f66fa6..8477e65 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 |