Skip to content

Commit 8c6587f

Browse files
committed
#1 Move documentation from Confluence to Git
* add workflow_dispatch event to enable manual CI build * update checkout action to v4 * update NodeJS to 18
1 parent d8ce87c commit 8c6587f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ name: "Documentation"
33
on:
44
push:
55
branches: [ main ]
6+
workflow_dispatch:
67

78
jobs:
89
build:
910
runs-on: ubuntu-latest
1011
steps:
11-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1213
- uses: actions/setup-node@v3
1314
with:
14-
node-version: '16'
15+
node-version: '18'
1516
- run: npm i antora @antora/lunr-extension
1617
- run: npx --fetch antora antora-playbook.yml
1718
- uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)