We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83af26 commit d7fc325Copy full SHA for d7fc325
1 file changed
.github/workflows/python-publish.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
TARGET_VERSION: ${{ github.ref_name }}
50
- name: Check version tag
51
- run: python docs/compatibility/versioning.py --gh-version ${{ github.ref_name }} --gh-token ${{ secrets.GITHUB_TOKEN }}
+ run: (cd /docs && python -m compatibility.versioning --gh-version ${{ github.ref_name }} --gh-token ${{ secrets.GITHUB_TOKEN }})
52
json_schemas:
53
name: Generate JSON-Schemas
54
runs-on: ubuntu-latest
0 commit comments