Skip to content

Commit

Permalink
Merge pull request #17 from akai-org/deploy-workflow
Browse files Browse the repository at this point in the history
test4
  • Loading branch information
marcol13 authored Oct 1, 2023
2 parents 254f495 + 2769371 commit 410632a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@ jobs:

- name: Install dependencies
uses: bahmutov/npm-install@v1
working-directory: ${{env.working-directory}}

- name: Build project
run: npm run build
working-directory: ${{env.working-directory}}

- name: Upload production-ready build files
uses: actions/upload-artifact@v3
working-directory: ${{env.working-directory}}
with:
name: production-files
path: ./dist
Expand Down

0 comments on commit 410632a

Please sign in to comment.