Skip to content

Commit

Permalink
Deep fetch for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 committed Sep 6, 2024
1 parent 2bb0a8b commit c331b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for mkdocs-git-revision-date-localized-plugin

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1 # Shallow fetch during validations, breaks mkdocs-git-revision-date-localized-plugin

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c331b40

Please sign in to comment.