Skip to content

Commit ca9ea20

Browse files
committed
GitHub Actions: pull LFS objects on checkout (lfs: true)
Without this, the build copies the 134-byte LFS pointer text instead of the actual binary content for files in LFS — which means LFS-stored PDFs end up published as broken pointer-only files.
1 parent 2dda268 commit ca9ea20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
lfs: true
2224
- uses: ruby/setup-ruby@v1
2325
with:
2426
ruby-version: "3.3"

0 commit comments

Comments
 (0)