Skip to content

[🤖] Update benchmark results #71

[🤖] Update benchmark results

[🤖] Update benchmark results #71

Workflow file for this run

name: Update gh-pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install asv
- name: Run asv publish
run: |
asv publish
- name: Update gh-pages branch
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.UXARRAY_ASV_PAT }}
publish_dir: ./html