Skip to content

Commit 83d54e5

Browse files
authored
Update publish.yml
Small fix - missing "make"
1 parent 65ce47a commit 83d54e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: poetry run make ci
3030

3131
- name: Check docs are up to date
32-
run: poetry run docs-build-ci
32+
run: poetry run make docs-build-ci
3333

3434
- name: Build distribution
3535
run: poetry build

0 commit comments

Comments
 (0)