Skip to content

Commit c124c53

Browse files
authored
Update publish.yml
1 parent 08fac62 commit c124c53

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

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

0 commit comments

Comments
 (0)