Skip to content

Commit f71d25e

Browse files
committed
re-generate top commons
1 parent 72b49ab commit f71d25e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
node-version: 20
8383

8484
- name: Install dependencies
85-
run: (cd website; npm ci)
85+
run: npm --prefix website ci
8686

8787
- name: Build the Docusaurus site
88-
run: (cd website; npm run build)
88+
run: npm --prefix website run build
8989

9090
- name: Setup Pages
9191
# https://github.com/actions/configure-pages

0 commit comments

Comments
 (0)