added automatic documentation compilation before release

master
Martin Scheidt 2022-03-22 18:33:21 +01:00
parent a98f3b26bd
commit 70b5ec4e57
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ jobs:
# Optionally strip `v` prefix
strip_v: false
- name: "update tikz-trackschematic documentation before release"
run: ./build.sh --non-interactive --compile-doc
- name: "create tikz-trackschematic package"
run: ./build.sh --non-interactive --release ${{ steps.tag.outputs.tag }}