Skip to content

Update update-results.yml #11

Update update-results.yml

Update update-results.yml #11

Workflow file for this run

name: Publish visualization site
on:
release:
types: [published]
push:
branches:
- mlperf-inference-results-scc24
- docs
jobs:
publish:
name: Publish the site
runs-on: ubuntu-latest
steps:
- name: Checkout repository normally
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Init docs site
run: INFERENCE_RESULTS_REPO_OWNER=${{ github.owner }} bash run.sh
- name: Run Mkdocs deploy
run: mkdocs gh-deploy --force