File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,13 +82,14 @@ jobs:
8282 exit 1
8383
8484 - name : Run DocMetrics action on docmetrics docs
85- uses : mila-iqia/docmetrics@v0.0.5
85+ uses : mila-iqia/docmetrics@v0.0.7
8686 with :
8787 questions-file : quiz.yaml
8888 docs-url : http://localhost:8000
8989 base-docs-url : https://docs.mila.quebec
9090 model : ollama:gpt-oss:120b
9191 ollama-url : dgx:11434
92+ num-candidates : 3
9293 post-comment : ' false'
9394
9495 - name : Upload DocMetrics artifacts
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ permissions:
1212jobs :
1313 post-comment :
1414 if : github.event.workflow_run.event == 'pull_request'
15- uses : mila-iqia/docmetrics/.github/workflows/post-pr-comment.yml@v0.0.5
15+ uses : mila-iqia/docmetrics/.github/workflows/post-pr-comment.yml@v0.0.7
1616 with :
1717 run-id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments