Skip to content

Commit

Permalink
Update Azure Static App Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Randula98 authored Jul 16, 2024
1 parent dd00e65 commit 1473faf
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
with:
submodules: true
lfs: false
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit 1473faf

Please sign in to comment.