Skip to content

Commit

Permalink
fix: add build step
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <hi@royscheeren.com>
  • Loading branch information
royscheeren committed Aug 1, 2024
1 parent aa6f3b6 commit b21a394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
echo SSL_CERTIFICATE_ARN=$CERTIFICATE_ARN >> .env
echo ENV=$ENV >> .env
cat .env
- name: Build
run: npx nx build docs.siwt.xyz --skip-nx-cache
- name: Deploy
run: npx nx deploy docs.siwt.xyz --production --skip-nx-cache
- name: Invalidate Distribution
Expand Down

0 comments on commit b21a394

Please sign in to comment.