Setup Git LFS
This commit is contained in:
@ -18,6 +18,7 @@ jobs:
|
||||
run: |
|
||||
git fetch --all
|
||||
git reset --hard origin/dev
|
||||
git lfs pull
|
||||
- name: Build
|
||||
run: |
|
||||
rm -rf dev
|
||||
|
@ -21,6 +21,7 @@ jobs:
|
||||
run: |
|
||||
git fetch --all
|
||||
git reset --hard origin/main
|
||||
git lfs pull
|
||||
- name: Build
|
||||
run: |
|
||||
rm -rf public
|
||||
@ -45,6 +46,7 @@ jobs:
|
||||
run: |
|
||||
git fetch --all
|
||||
git reset --hard origin/main
|
||||
git lfs pull
|
||||
- name: Build
|
||||
run: |
|
||||
rm -rf test
|
||||
|
@ -11,6 +11,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
depth: 1
|
||||
- name: Build
|
||||
run: |
|
||||
hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test
|
||||
|
Reference in New Issue
Block a user