Merge pull request #42 from netz39/cached-deployment

Switch checkout-action to cached one
This commit is contained in:
Max 2023-10-25 11:46:05 +02:00 committed by GitHub
commit f8be5fd2e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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