Skip to content

Commit

Permalink
fix: checkout LFS assets when deploying the website
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Feb 23, 2024
1 parent f97a834 commit 1bf491c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true

- name: Build the site
run: ./build.sh
Expand Down

0 comments on commit 1bf491c

Please sign in to comment.