We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d97329 commit 834a382Copy full SHA for 834a382
.github/workflows/api-docs.yml
@@ -1,13 +1,13 @@
1
---
2
name: API Docs
3
env:
4
- DEFAULT_KHIOPS_PYTHON_TUTORIAL_REVISION: 11.0.0.0-rc.2
+ DEFAULT_KHIOPS_PYTHON_TUTORIAL_REVISION: 11.0.0.0
5
DEFAULT_KHIOPS_SAMPLES_REVISION: 11.0.0
6
on:
7
workflow_dispatch:
8
inputs:
9
khiops-python-tutorial-revision:
10
- default: 11.0.0.0-rc.2
+ default: 11.0.0.0
11
description: khiops-python-tutorial repo revision
12
khiops-samples-revision:
13
default: 11.0.0
0 commit comments