We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ce87c commit 8c6587fCopy full SHA for 8c6587f
1 file changed
.github/workflows/documentation.yml
@@ -3,15 +3,16 @@ name: "Documentation"
3
on:
4
push:
5
branches: [ main ]
6
+ workflow_dispatch:
7
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
- - uses: actions/checkout@v3
12
+ - uses: actions/checkout@v4
13
- uses: actions/setup-node@v3
14
with:
- node-version: '16'
15
+ node-version: '18'
16
- run: npm i antora @antora/lunr-extension
17
- run: npx --fetch antora antora-playbook.yml
18
- uses: peaceiris/actions-gh-pages@v3
0 commit comments