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 a706ded commit dc73627Copy full SHA for dc73627
.github/workflows/docs.yml
@@ -38,7 +38,7 @@ jobs:
38
run: make build-api-docs
39
40
- name: Build docs
41
- run:
+ run: |
42
make build-docs
43
mkdir -p /tmp/site
44
cp -r ./mkdocs/site/* /tmp/site/
0 commit comments