Skip to content

Commit

Permalink
fix(blog): add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed May 3, 2023
1 parent f9d93f6 commit e1366c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ jobs:
# Generate sitemap index file
yarn build --sitemap-index
# Build the blog
yarn build:blog
# Generate whatsdeployed files.
yarn tool whatsdeployed --output client/build/_whatsdeployed/code.json
yarn tool whatsdeployed $CONTENT_ROOT --output client/build/_whatsdeployed/content.json
Expand Down

0 comments on commit e1366c5

Please sign in to comment.