Skip to content

Commit

Permalink
Fixes documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Feb 15, 2024
1 parent 41afdf4 commit 2d6de8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2d6de8a

Please sign in to comment.