Skip to content

Commit 504ccb4

Browse files
authored
Update publish.yml
1 parent 8a39dd8 commit 504ccb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: "3.11"
2828

2929
- name: Init docs
30-
run: INFERENCE_RESULTS_REPO_OWNER=${{ github.repository_owner }} bash run.sh
30+
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
3131

3232
- name: Run Mkdocs deploy
3333
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)