Skip to content

Commit 4ae8aea

Browse files
trying to fix incremental workflow
1 parent f2ee306 commit 4ae8aea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/render-and-publish-incremental.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
git ls-files -z -- site/ | xargs -0 -I{} sh -c 'ts=$(git log -1 --format=%ct -- "{}" || true); if [ -n "$ts" ]; then touch -d "@$ts" "{}"; fi'
4242
cd -
4343
rsync -a --ignore-existing /tmp/site-cache/site/ site/ || true
44-
echo "Contents of site/ after restore:"
45-
ls -lah site/ | head -50
4644
4745
- name: Set up Python
4846
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)