Skip to content

Commit

Permalink
#1 Move documentation from Confluence to Git
Browse files Browse the repository at this point in the history
* add workflow_dispatch event to enable manual CI build
* update checkout action to v4
* update NodeJS to 18
  • Loading branch information
oliverlietz committed Oct 11, 2023
1 parent d8ce87c commit 8c6587f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: "Documentation"
on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- run: npm i antora @antora/lunr-extension
- run: npx --fetch antora antora-playbook.yml
- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 8c6587f

Please sign in to comment.