Skip to content

Commit faed657

Browse files
authored
fixed date (#51)
1 parent de84adf commit faed657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt-get install faketime
4242
- name: Build Blog
4343
run: |
44-
faketime "2030-01-01 00:00:00" ablog build
44+
faketime "2025-12-31 23:59:59" ablog build
4545
- name: Publish to GitHub Pages
4646
uses: peaceiris/actions-gh-pages@v3
4747
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)