Skip to content

Commit

Permalink
Fix docs pipeline by specifying fetch-depth: 0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner authored Apr 16, 2024
1 parent 5b39f05 commit 73ddc01
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 @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- run: pip install --upgrade pip && pip install -r requirements/requirements-dev.txt
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit 73ddc01

Please sign in to comment.