From 4a2082e3c533f708ddae77b75c828b404881457f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Mon, 2 Nov 2020 18:53:09 +0100 Subject: [PATCH] release-windows.yml: Remove redundant online-help (#2874) The step "Create online-help" is not needed anymore since fa84b30. The online-help files are generated now automatically during qmake HAVE_QCHART=yes --- .github/workflows/release-windows.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index 98bb21d51..a130f3bd2 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -59,11 +59,6 @@ jobs: lupdate gui.pro lrelease gui.pro -removeidentical - - name: Create online-help - run: | - cd gui\help - qhelpgenerator online-help.qhcp -o online-help.qhc - - name: Matchcompiler run: python tools\matchcompiler.py --write-dir lib