Fix deploy diff: use fetch-depth 0 so github.event.before is present locally
All checks were successful
Deploy to WebDAV (/BLB) / deploy (push) Successful in 46s

This commit is contained in:
hermes-explorigin 2026-09-05 03:08:48 +00:00
parent 1bbdf05a76
commit 8c2b1434b8

View File

@ -14,6 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Full history: the deploy script diffs github.event.before..sha to
# find which files changed in this push. Shallow (depth-1, the default)
# clones don't contain the before commit, so that diff would 128.
fetch-depth: 0
- name: Deploy changed files to WebDAV
env: