Go: bring back qhelp in action

This commit is contained in:
Paolo Tranquilli
2024-05-08 14:31:00 +02:00
parent 12c28f3f68
commit e359744b8b
2 changed files with 15 additions and 15 deletions

View File

@@ -31,18 +31,3 @@ jobs:
uses: ./go/actions/test
with:
run-code-checks: true
qhelp:
name: Test qhelp conversion
runs-on: ubuntu-latest
steps:
- name: Compile qhelp files to markdown
shell: bash
run: |
cd go
env QHELP_OUT_DIR=qhelp-out make qhelp-to-markdown
- name: Upload qhelp markdown
uses: actions/upload-artifact@v3
with:
name: qhelp-markdown
path: go/qhelp-out/**/*.md