Skip to content

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avanbremen committed Jun 26, 2024
1 parent f6814a0 commit 1afa2b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Fetch all history for all tags and branches
# mkdocs-git-revision-date-localized-plugin needs access to the last commit that touched a specific file
with:
fetch-depth: 0

- name: Configure Git credentials
run: |
Expand Down

0 comments on commit 1afa2b6

Please sign in to comment.