mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fixed a bug of .github/workflows/benchmark.yaml
This commit is contained in:
parent
ff3444d24f
commit
d8083a76a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yaml
vendored
2
.github/workflows/benchmark.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: take benchmarks
|
||||
run: |
|
||||
mkdir -p document
|
||||
./benchmark/gendoc.sh ${{ github.event.number }} | tee document/Benchmarks.md
|
||||
./benchmark/gendoc.sh ${{ github.sha }} | tee document/Benchmarks.md
|
||||
- name: upload to wiki
|
||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue