Skip to content

Commit 481f590

Browse files
authored
Add stage to run npm run build:docs (#284)
add stage to run build:docs
1 parent 830fcd8 commit 481f590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
node-version: '15'
4242
- run: npm ci
4343
- run: npm run build
44+
- run: npm run build:docs
4445
- run: 'sed -i -e "s|Prefix: \"\"|Prefix: \"/execution-apis\"|g" build/docs/gatsby/gatsby-config.js'
4546
- run: 'sed -i -e "s|/api|api|g" build/docs/gatsby/src/pages/index.tsx'
4647
- run: npm run build:docs

0 commit comments

Comments
 (0)