Skip to content

Commit

Permalink
last timestamp + folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Sep 13, 2022
1 parent 2fbaf45 commit 27c9b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
if [[ $(git diff --stat) != '' ]]; then
echo 'git dirty, updating timestamp'
date +%s > "timestamp.txt"
date +%s > "data/timestamp.txt"
else
echo 'no git changes, no timestamp update needed'
fi
Expand Down
1 change: 1 addition & 0 deletions data/timestamp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1662872400

0 comments on commit 27c9b17

Please sign in to comment.