We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dfec0 commit 6d61fbcCopy full SHA for 6d61fbc
.github/workflows/publish-github-pages.yml
@@ -47,14 +47,6 @@ jobs:
47
# https://www.ruby-lang.org/en/downloads/releases/
48
ruby-version: '3.2'
49
50
- - name: Restore cache
51
- uses: actions/cache@v2
52
- with:
53
- path: vendor/bundle
54
- key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
55
- restore-keys: |
56
- ${{ runner.os }}-gems-
57
-
58
- name: Install bundler
59
run: |
60
sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev liblzma-dev libxslt-dev pkg-config libffi-dev
0 commit comments