mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Cached checkout
|
||||||
uses: actions/checkout@v3
|
uses: nschloe/action-cached-lfs-checkout@v1
|
||||||
with:
|
# Use these to explicitly include/exclude files:
|
||||||
lfs: true
|
# with:
|
||||||
|
# include: "*"
|
||||||
|
# exclude: ""
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
|
|
Loading…
Reference in a new issue