We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704962b commit bc589a7Copy full SHA for bc589a7
1 file changed
.github/workflows/deploy.yml
@@ -30,6 +30,8 @@ jobs:
30
uses: actions/configure-pages@v5
31
- name: Install dependencies
32
run: npm ci --include=optional
33
+ - name: Workaround npm optional deps bug (rollup native)
34
+ run: npm i -D @rollup/rollup-linux-x64-gnu --no-save
35
- name: Build with VitePress
36
run: npm run docs:build
37
- name: Upload artifact
0 commit comments