mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +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
|
- uses: actions/checkout@v1
|
||||||
- name: take benchmarks
|
- name: take benchmarks
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p document
|
||||||
./benchmark/gendoc.sh | tee document/benchmark.md
|
./benchmark/gendoc.sh | tee document/benchmark.md
|
||||||
- name: upload to wiki
|
- name: upload to wiki
|
||||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||||
|
|
Loading…
Reference in a new issue