Skip to content

Commit

Permalink
Fixup client docs building
Browse files Browse the repository at this point in the history
Instead of the docs directory, after building, we should pack up the
site directory.

[noissue]
  • Loading branch information
mdellweg committed Dec 1, 2023
1 parent 4d54366 commit 2cb149d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ DOCSYAML
# Building the bindings docs
mkdocs build

tar cvf ../../{{ plugin_name }}/{{ plugin.app_label }}-python-client-docs.tar ./docs
# Pack the built site.
tar cvf ../../{{ plugin_name }}/{{ plugin.app_label }}-python-client-docs.tar ./site
popd
{%- endfor %}
popd

0 comments on commit 2cb149d

Please sign in to comment.