Skip to content

Commit

Permalink
Add parameter to actions/checkout to fix doc versions (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Sep 25, 2023
1 parent 2fd02c5 commit 204a4fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
name: Build and deploy
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Bootstrap
uses: ./.github/actions/bootstrap
- name: Install pandoc
Expand Down

0 comments on commit 204a4fe

Please sign in to comment.