Skip to content

Commit

Permalink
Update azure-static-web-apps-nice-hill-040408303.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VatMart authored Aug 2, 2024
1 parent a2e621c commit bd3175f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/azure-static-web-apps-nice-hill-040408303.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ jobs:
with:
submodules: true
lfs: false

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18.19.0' # Set the Node.js version to 18.19.0

# Install project dependencies
- name: Install dependencies
run: npm install

# Build the Angular app
- name: Build Angular app
run: npm run build

- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand All @@ -30,7 +44,7 @@ jobs:
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "angular.json#$.projects[*].architect.build.options.outputPath" # Built app content directory - optional
output_location: "dist/graph-web" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit bd3175f

Please sign in to comment.