We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb5f41 commit 426dab5Copy full SHA for 426dab5
1 file changed
.github/workflows/build-and-deploy.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Enable Corepack
33
run: corepack enable
34
35
+ - name: Setup pnpm global bin directory
36
+ run: pnpm setup
37
+
38
- name: Install Antora
39
run: pnpm add -g antora
40
0 commit comments