diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 291b0ca..68c5a07 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -21,8 +21,8 @@ jobs: - name: Install Dependencies run: npm install - - name: Current Working Directory - run: pwd + - name: Git log + run: git log --follow --diff-filter=A -1 --format=%at src/posts/2024-12-08_mastodon-vs-bluesky.md - name: Date Check run: date --date="@$(git log --follow --diff-filter=A -1 --format=%at src/posts/2024-12-08_mastodon-vs-bluesky.md)"