Skip to content

Commit

Permalink
Added checkout depth in order to get boost
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmclean committed Aug 3, 2023
1 parent 3a6efc0 commit cb1230f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-python-pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ jobs:
build-reference-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit cb1230f

Please sign in to comment.