Skip to content

Commit dc73627

Browse files
authored
fix: missing | in docs.yml (#269)
1 parent a706ded commit dc73627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: make build-api-docs
3939

4040
- name: Build docs
41-
run:
41+
run: |
4242
make build-docs
4343
mkdir -p /tmp/site
4444
cp -r ./mkdocs/site/* /tmp/site/

0 commit comments

Comments
 (0)