Skip to content

Commit

Permalink
ci-build: update node titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Oct 31, 2024
1 parent 61153ff commit 96cd98c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rel-lnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: Bootstrap Linux
- name: Bootstrap
uses: "./.github/actions/boot"
with:
hostos: 'lnx'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/wikidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit 96cd98c

Please sign in to comment.