Skip to content

Commit 4b67c25

Browse files
author
Dan Costello
committed
WIP
1 parent bce4626 commit 4b67c25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ jobs:
7272
${{ runner.os }}-nextjs-${{ hashFiles('pnpm-lock.yaml') }}-
7373
- name: Install dependencies
7474
run: |
75-
cd docs
7675
pnpm install
7776
- name: Build with Next.js
7877
run: |
79-
cd docs
80-
pnpm next build
78+
pnpm run build
8179
- name: Upload artifact
8280
uses: actions/upload-pages-artifact@v3
8381
with:

0 commit comments

Comments
 (0)