Skip to content

Commit e44ad5a

Browse files
authored
Removed ineffective caching
1 parent 4ac561c commit e44ad5a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/github-pages.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ jobs:
4242
jupyter nbtojekyll getting-started/protocols-tutorial.ipynb --output getting-started/protocols-tutorial.md --binder-link https://mybinder.org/v2/gh/cryptimeleon/cryptimeleon.github.io/main\?filepath\=getting-started%2Fprotocols-tutorial.ipynb --md-title "Protocols Tutorial" --binder-link-cell 0 --enable-toc --enable-mathjax --execute
4343
jupyter nbtojekyll getting-started/5-minute-tutorial.ipynb --output getting-started/5-minute-tutorial.md --binder-link https://mybinder.org/v2/gh/cryptimeleon/cryptimeleon.github.io/main\?filepath\=getting-started%2F5-minute-tutorial.ipynb --md-title "5 Minute Tutorial" --binder-link-cell 0 --enable-toc --enable-mathjax --execute
4444
45-
# Use GitHub Actions' cache to shorten build times and decrease load on servers
46-
- uses: actions/cache@v2
47-
with:
48-
path: vendor/bundle
49-
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
50-
restore-keys: |
51-
${{ runner.os }}-gems-
52-
5345
- uses: helaili/jekyll-action@v2
5446
with:
5547
token: ${{ secrets.JEKYLL_PAT }}

0 commit comments

Comments
 (0)