Skip to content

Commit

Permalink
ci: lfs checkout for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed May 4, 2024
1 parent b481d7e commit 54cb9f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
fetch-depth: 1
submodules: true
lfs: true
- name: rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -47,7 +46,6 @@ jobs:
with:
fetch-depth: 1
submodules: true
lfs: true
- name: rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -72,7 +70,6 @@ jobs:
with:
fetch-depth: 1
submodules: true
lfs: true
- name: setup mdbook
uses: peaceiris/actions-mdbook@v2
with:
Expand Down Expand Up @@ -118,6 +115,8 @@ jobs:
fetch-depth: 1
submodules: true
lfs: true
- name: checkout lfs
run: git lfs pull
- name: rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 54cb9f4

Please sign in to comment.