From 70b5ec4e572aeff9ed2dc31c525cc5710877270f Mon Sep 17 00:00:00 2001 From: Martin Scheidt Date: Tue, 22 Mar 2022 18:33:21 +0100 Subject: [PATCH] added automatic documentation compilation before release --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d11359c..9a1c1b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}