We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de84adf commit faed657Copy full SHA for faed657
.github/workflows/deploy-site.yml
@@ -41,7 +41,7 @@ jobs:
41
sudo apt-get install faketime
42
- name: Build Blog
43
run: |
44
- faketime "2030-01-01 00:00:00" ablog build
+ faketime "2025-12-31 23:59:59" ablog build
45
- name: Publish to GitHub Pages
46
uses: peaceiris/actions-gh-pages@v3
47
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments