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 c23ee08 commit e15569aCopy full SHA for e15569a
1 file changed
.github/workflows/deploy-docs.yml
@@ -50,6 +50,9 @@ jobs:
50
npm install
51
fi
52
53
+ - name: Run setup
54
+ run: npm run prestart
55
+
56
- name: Build site
57
run: npm run build
58
0 commit comments