mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +01:00
fix a bug
This commit is contained in:
parent
3320a22422
commit
9b9870a60a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yaml
vendored
2
.github/workflows/benchmark.yaml
vendored
|
@ -13,6 +13,6 @@ jobs:
|
||||||
- name: upload to wiki
|
- name: upload to wiki
|
||||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||||
with:
|
with:
|
||||||
path: "documentation"
|
path: "document"
|
||||||
env:
|
env:
|
||||||
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue