Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
build static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed May 21, 2024
1 parent 37829ce commit 8cd0a2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pullpreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
timeout-minutes: 30
environment: ${{ inputs.environment || 'dev' }}
steps:
- name: install dependencies
run: python -m pip install --upgrade pip && pip install -r requirements.txt

- name: build static assets (if frontend)
run: python build.py

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit 8cd0a2d

Please sign in to comment.