mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fixed a bug
This commit is contained in:
parent
591d267201
commit
56b990c297
1 changed files with 1 additions and 0 deletions
1
.github/workflows/benchmark.yaml
vendored
1
.github/workflows/benchmark.yaml
vendored
|
@ -9,6 +9,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: take benchmarks
|
||||
run: |
|
||||
mkdir -p document
|
||||
./benchmark/gendoc.sh | tee document/benchmark.md
|
||||
- name: upload to wiki
|
||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||
|
|
Loading…
Reference in a new issue