Skip to content

Commit

Permalink
#1 Move documentation from Confluence to Git
Browse files Browse the repository at this point in the history
update Node.js and setup-node action
  • Loading branch information
oliverlietz committed Mar 21, 2024
1 parent 59b2530 commit a7739da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- 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 a7739da

Please sign in to comment.