Skip to content

Commit

Permalink
[site] in CI, use fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jun 4, 2024
1 parent 3e4d304 commit d916ef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
# The full history is required to make mkdocs' git-revision-date-localized plugin work
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- name: Install nextest for help text in docs
Expand Down

0 comments on commit d916ef0

Please sign in to comment.