planckforth/.github/workflows/benchmark.yaml

22 lines
487 B
YAML
Raw Normal View History

2021-01-11 08:22:56 +01:00
name: benchmark
on:
2021-01-11 08:39:26 +01:00
workflow_run:
workflows: ["i386-linux-handwritten", "C", "python"]
types:
- completed
2021-01-11 08:22:56 +01:00
jobs:
2021-01-11 08:39:26 +01:00
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 }}