We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ee306 commit 4ae8aeaCopy full SHA for 4ae8aea
1 file changed
.github/workflows/render-and-publish-incremental.yml
@@ -41,8 +41,6 @@ jobs:
41
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'
42
cd -
43
rsync -a --ignore-existing /tmp/site-cache/site/ site/ || true
44
- echo "Contents of site/ after restore:"
45
- ls -lah site/ | head -50
46
47
- name: Set up Python
48
uses: actions/setup-python@v5
0 commit comments