Skip to content

Commit d033e44

Browse files
committed
docs: update pages
1 parent 188b191 commit d033e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
cache: yarn
2222

2323
- name: Install dependencies
24-
run: yarn install --frozen-lockfile
24+
run: cd website && yarn install --frozen-lockfile
2525
- name: Build website
26-
run: yarn build
26+
run: cd website && yarn build
2727

2828
- name: Upload Build Artifact
2929
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)