We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 659b86c + df69370 commit 4ee89daCopy full SHA for 4ee89da
.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml
@@ -17,13 +17,16 @@ on:
17
paths:
18
- "docs/**"
19
- ".github/workflows/deploy-cobra-mkdocs-versioned-poetry.ya?ml"
20
+ - "**/.npmrc"
21
- "go.mod"
22
- "go.sum"
23
- "Taskfile.ya?ml"
24
- "**.go"
25
- "docsgen/**"
26
- "ruledocsgen/**"
27
- "mkdocs.ya?ml"
28
+ - "package.json"
29
+ - "package-lock.json"
30
- "poetry.lock"
31
- "pyproject.toml"
32
# Run on branch or tag creation (will be filtered by the publish-determination job).
@@ -80,6 +83,11 @@ jobs:
80
83
python -m pip install --upgrade pip
81
84
python -m pip install poetry
82
85
86
+ - name: Setup Node.js
87
+ uses: actions/setup-node@v4
88
+ with:
89
+ node-version-file: package.json
90
+
91
- name: Install Task
92
uses: arduino/setup-task@v2
93
with:
0 commit comments