Skip to content

Commit 426dab5

Browse files
committed
apparently I have to setup pnpm's global bin directory before running pnpm on this action instance
1 parent 6eb5f41 commit 426dab5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Enable Corepack
3333
run: corepack enable
3434

35+
- name: Setup pnpm global bin directory
36+
run: pnpm setup
37+
3538
- name: Install Antora
3639
run: pnpm add -g antora
3740

0 commit comments

Comments
 (0)