Skip to content

Commit

Permalink
Correct $TMP creation
Browse files Browse the repository at this point in the history
The pub directory is not included in the sparse checkout, and the nektos/act tool for testing locally doesn’t do an actual sparse checkout (it does `docker cp` instead) so I didn’t catch this issue locally.
  • Loading branch information
lianghai committed Dec 12, 2024
1 parent a6fc78e commit 7004cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-data.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See publish-data.yml

TMP=pub/tmp
mkdir $TMP
mkdir -p $TMP

COPY_YEAR=$(date -u +%Y)
PUB_DATE=$(date -u +%Y-%m-%d)
Expand Down

0 comments on commit 7004cd7

Please sign in to comment.