Skip to content

Commit

Permalink
added permission
Browse files Browse the repository at this point in the history
  • Loading branch information
hemant10yadav committed Dec 31, 2024
1 parent e0987e2 commit 7768cbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
npm install
npm install -g @angular/cli # Add this line to install Angular CLI globally
npm install -g @angular/cli
- name: Build the Angular app
run: ng build --configuration=production --base-href="https://hemant10yadav.github.io/book-store/"
Expand Down

0 comments on commit 7768cbe

Please sign in to comment.