Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- run: cmake .
- run: make pull-modules
- run: make build-modules
- run: make pdf
- run: make pdf-ru
- run: make json
- run: make json-ru
- run: bash upload_output.sh
Expand Down
2 changes: 1 addition & 1 deletion build_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CMAKE_DUMMY_WEBUI=true tarantoolctl rocks make

cd "${rst_src}" || exit
mkdir -p "${rst_dest}"
find . -iregex '.*\.\(rst\|png\|puml\)$' -exec cp -r --parents {} "${rst_dest}" \;
find . -iregex '.*\.\(rst\|png\|puml\|svg\)$' -exec cp -r --parents {} "${rst_dest}" \;

cd "${pot_src}" || exit
mkdir -p "${pot_dest}"
Expand Down
2 changes: 2 additions & 0 deletions pdf/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
'sphinx.ext.imgmath',
'sphinx.ext.ifconfig',
'sphinx.ext.intersphinx',
'sphinx.ext.extlinks',
'sphinxcontrib.plantuml',
'sphinxcontrib.rsvgconverter',
'ext.custom',
'ext.LuaDomain',
Expand Down