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 8a39dd8 commit 504ccb4Copy full SHA for 504ccb4
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
python-version: "3.11"
28
29
- name: Init docs
30
- run: INFERENCE_RESULTS_REPO_OWNER=${{ github.repository_owner }} bash run.sh
+ run: INFERENCE_RESULTS_REPO_OWNER=${{ github.repository_owner }} INFERENCE_RESULTS_REPO_BRANCH=${{ github.ref }} INFERENCE_RESULTS_REPO_NAME=$(echo "${{ github.repository }}" | cut -d'/' -f2) INFERENCE_RESULTS_VERSION=v4.1 bash run.sh
31
32
- name: Run Mkdocs deploy
33
run: mkdocs gh-deploy --force
0 commit comments