diff --git a/.github/workflows/rel-lnx.yml b/.github/workflows/rel-lnx.yml index fca07bd5bc..e135f34725 100644 --- a/.github/workflows/rel-lnx.yml +++ b/.github/workflows/rel-lnx.yml @@ -25,7 +25,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 - - name: Bootstrap Linux + - name: Bootstrap uses: "./.github/actions/boot" with: hostos: 'lnx' diff --git a/.github/workflows/wikidocs.yml b/.github/workflows/wikidocs.yml index 71ed69a17c..d0ba9360b5 100644 --- a/.github/workflows/wikidocs.yml +++ b/.github/workflows/wikidocs.yml @@ -61,21 +61,21 @@ jobs: OWDOCTARGET: 'bootdocs' wiki-build: needs: wiki-boot - name: Wiki build + name: Build runs-on: windows-2019 strategy: matrix: include: - - display: 'HTML' + - title: 'HTML' doctype: 'wikihtml' owtarget: '.and wikihtml .or -- -- docset=wikihtml -i' - - display: 'PDF' + - title: 'PDF' doctype: 'wikipdf' owtarget: '.and wikipdf .or -- -- docset=wikipdf -i' steps: - name: checkout uses: actions/checkout@v4 - - name: Docs Build + - name: Build ${{ matrix.title }} uses: "./.github/actions/docbuild" with: hostos: 'nt' @@ -89,7 +89,7 @@ jobs: owdebug: ${{ vars.OWDEBUG }} noarchive: '1' wiki-update: - name: Wiki Update + name: Update Wiki needs: wiki-build runs-on: windows-2019 steps: