File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 42
42
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
43
43
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
44
44
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
-
53
45
- uses : helaili/jekyll-action@v2
54
46
with :
55
47
token : ${{ secrets.JEKYLL_PAT }}
You can’t perform that action at this time.
0 commit comments