mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Merge pull request #42 from netz39/cached-deployment
Switch checkout-action to cached one
This commit is contained in:
commit
f8be5fd2e9
1 changed files with 6 additions and 4 deletions
10
.github/workflows/jekyll-gh-pages.yml
vendored
10
.github/workflows/jekyll-gh-pages.yml
vendored
|
@ -26,10 +26,12 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
- name: Cached checkout
|
||||
uses: nschloe/action-cached-lfs-checkout@v1
|
||||
# Use these to explicitly include/exclude files:
|
||||
# with:
|
||||
# include: "*"
|
||||
# exclude: ""
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Build with Jekyll
|
||||
|
|
Loading…
Reference in a new issue