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.
npm run build:docs
1 parent 830fcd8 commit 481f590Copy full SHA for 481f590
.github/workflows/deploy.yaml
@@ -41,6 +41,7 @@ jobs:
41
node-version: '15'
42
- run: npm ci
43
- run: npm run build
44
+ - run: npm run build:docs
45
- run: 'sed -i -e "s|Prefix: \"\"|Prefix: \"/execution-apis\"|g" build/docs/gatsby/gatsby-config.js'
46
- run: 'sed -i -e "s|/api|api|g" build/docs/gatsby/src/pages/index.tsx'
47
- run: npm run build:docs
0 commit comments