Skip to content

Commit d8f1ca2

Browse files
committed
ci: fix docs
1 parent cb8f96a commit d8f1ca2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ env:
99
COLLECTION_NAME: panos
1010

1111
jobs:
12-
pyversion:
13-
name: Discover minimum Python version
14-
uses: ./.github/workflows/_discover_python_ver.yml
15-
1612
docs:
1713
name: Build Documentation
1814
runs-on: ubuntu-latest
@@ -32,7 +28,7 @@ jobs:
3228

3329
- name: discover Python version
3430
id: pyversion
35-
uses: ./.github/actions/discover_python_version
31+
uses: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}/.github/actions/discover_python_version
3632
with:
3733
working-directory: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}
3834

0 commit comments

Comments
 (0)