Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 21, 2024
1 parent 8a39dd8 commit 504ccb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: "3.11"

- name: Init docs
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

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

0 comments on commit 504ccb4

Please sign in to comment.