planckforth/.github/workflows/benchmark.yaml
2021-01-11 17:09:53 +09:00

18 lines
393 B
YAML

name: benchmark
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: take benchmarks
run: |
./benchmark/gendoc.sh
- name: upload to wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "documentation"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}