-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
This is actually part of #11148, but I don't know how to fix this issue, so I'm opening an issue to let you know.
git-revision-date-localized-plugin requires fetch-depth to be set to 0, and it is written in the configuration file, but the actual operation is set to fail.
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin?tab=readme-ov-file#note-when-using-build-systems-like-github-actions
- Settings location
uv/.github/workflows/publish-docs.yml
Lines 26 to 29 in 49b85d2
- uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} fetch-depth: 0 - The current running results


Platform
Based on the current Github Actions configuration.
Version
Unrelated
Python version
Based on the current Github Actions configuration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working