mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
👷 fix ci syntax
This commit is contained in:
parent
dcb6f69f21
commit
b47869198d
1
.github/workflows/website-deploy.yml
vendored
1
.github/workflows/website-deploy.yml
vendored
@ -44,7 +44,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||||
run: cp -r ./build/markdown/* ./website/docs/api/
|
|
||||||
|
|
||||||
- name: Install and build
|
- name: Install and build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user