We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b49ab commit f71d25eCopy full SHA for f71d25e
1 file changed
.github/workflows/publish-github-pages.yml
@@ -82,10 +82,10 @@ jobs:
82
node-version: 20
83
84
- name: Install dependencies
85
- run: (cd website; npm ci)
+ run: npm --prefix website ci
86
87
- name: Build the Docusaurus site
88
- run: (cd website; npm run build)
+ run: npm --prefix website run build
89
90
- name: Setup Pages
91
# https://github.com/actions/configure-pages
0 commit comments