Skip to content

Commit 5bddf30

Browse files
committed
remove lfs usage in builds
1 parent f624811 commit 5bddf30

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build_docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 1
34-
lfs: true
3534

3635
- name: Log in to the Container registry
3736
uses: docker/login-action@v3

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- uses: actions/checkout@v4
26-
with:
27-
lfs: true
2826
- uses: FelixTJDietrich/sphinx-action@java
2927
with:
3028
docs-folder: "docs/"

0 commit comments

Comments
 (0)