Skip to content

Commit

Permalink
Update stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Apr 2, 2024
1 parent 9cf5612 commit ef10e15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
run: |
cp ../awx-logos/awx/ui/client/assets/* awx/ui/public/static/media/
- name: Setup node and npm
uses: actions/setup-node@v2
with:
node-version: '16.13.1'

- name: Prebuild UI for awx image (to speed up build process)
working-directory: awx
run: |
Expand Down

0 comments on commit ef10e15

Please sign in to comment.