mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Add command to compile USWDS before deploy
This commit is contained in:
parent
1d3dfdb8d5
commit
f5c848f27d
1 changed files with 7 additions and 0 deletions
7
.github/workflows/deploy.yaml
vendored
7
.github/workflows/deploy.yaml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- ik/stable-uswds-assets
|
||||
|
||||
tags:
|
||||
- v*
|
||||
|
@ -24,6 +25,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Compile USWDS assets
|
||||
working-directory: ./src
|
||||
run: |
|
||||
docker compose run node npm install &&
|
||||
docker compose run node npx gulp compile &&
|
||||
docker compose run node npx gulp
|
||||
- name: Deploy to cloud.gov sandbox
|
||||
uses: 18f/cg-deploy-action@main
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue