* fixing date per page, setting fetch-depth: 0 in checkout process
Some checks failed
ci / deploy (push) Has been cancelled

This commit is contained in:
Stephan Hadan 2024-12-23 19:02:22 +01:00
parent 961896f530
commit 910c0a202e

View file

@ -11,6 +11,8 @@ jobs:
if: github.event.repository.fork == false if: github.event.repository.fork == false
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git Credentials - name: Configure Git Credentials
run: | run: |
git config user.name github-actions[bot] git config user.name github-actions[bot]