Commit 17c7fdf
Fix Pagefind build: copy _site to writable directory (#175)
The jekyll-build-pages Docker action creates _site with root ownership,
causing Pagefind to fail with permission denied. Copy to a writable
directory, run Pagefind there, then replace the original.
Co-authored-by: darnjo <josh@reso.org>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2386a23 commit 17c7fdf
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments