Skip to content

Commit 6d61fbc

Browse files
committed
publish-github-pages.yml update
1 parent c2dfec0 commit 6d61fbc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ jobs:
4747
# https://www.ruby-lang.org/en/downloads/releases/
4848
ruby-version: '3.2'
4949

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-
5850
- name: Install bundler
5951
run: |
6052
sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev liblzma-dev libxslt-dev pkg-config libffi-dev

0 commit comments

Comments
 (0)