Skip to content

Commit

Permalink
fix: checkout version in docs-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Feb 9, 2025
1 parent 815975f commit 09a85ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checks out repo
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Generates HTML documentation
uses: synchronizing/sphinx-action@master
Expand Down

0 comments on commit 09a85ce

Please sign in to comment.