Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 13, 2024
1 parent 8caecad commit 5d07851
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/deploy/web-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ runs:
node-version: '22'

- name: Install dependencies
working-directory: ./js
run: npm install
shell: bash

- name: Build the Vue.js project
working-directory: ./js
run: npm run build
shell: bash

- name: Deploy to S3
working-directory: ./js
shell: bash
env:
AWS_ACCESS_KEY_ID: ${{ inputs.aws_access_key_id }}
Expand Down

0 comments on commit 5d07851

Please sign in to comment.