Skip to content

Commit

Permalink
Test deployment new 05
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr committed Jan 22, 2024
1 parent d2155e2 commit dd6c6ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh_pages_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
with:
node-version: "18" # Adjust the Node.js version as needed

- name: Install Angular CLI
- name: Install Angular CLI & dependencies
run: npm install -g @angular/cli

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

- name: Build Angular app
run: ng build --configuration=production --output-path docs --base-href=https://ndricimrr.github.io/random-albanian-user-generator
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
with:
node-version: "18" # Adjust the Node.js version as needed

- name: Install dependencies for deployment
run: npm install
# - name: Install dependencies for deployment
# run: npm install

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit dd6c6ed

Please sign in to comment.