We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ce47a commit 83d54e5Copy full SHA for 83d54e5
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
run: poetry run make ci
30
31
- name: Check docs are up to date
32
- run: poetry run docs-build-ci
+ run: poetry run make docs-build-ci
33
34
- name: Build distribution
35
run: poetry build
0 commit comments