We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6be50 commit 566f29bCopy full SHA for 566f29b
.github/workflows/antora-deploy.yml
@@ -30,6 +30,8 @@ jobs:
30
node-version: '20'
31
cache: 'npm'
32
registry-url: https://registry.npmjs.org
33
+ - name: npm config
34
+ run: npm config list
35
- name: Install Dependencies
36
run: npm install
37
- name: Generate Site
0 commit comments