* fixing date per page, setting fetch-depth: 0 in checkout process
Some checks failed
ci / deploy (push) Has been cancelled
Some checks failed
ci / deploy (push) Has been cancelled
This commit is contained in:
parent
961896f530
commit
910c0a202e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue