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
This commit is contained in:
parent
a2a948a311
commit
4a2082e3c5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue