Skip to content

Commit

Permalink
ci: Use lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPeicho committed May 2, 2024
1 parent bd3364c commit f231511
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
image: wonderlandengine/editor:latest
steps:
- uses: actions/checkout@v2
- name: Checkout repository
with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Package
run: |
apt install -y zip
Expand Down

0 comments on commit f231511

Please sign in to comment.