Skip to content

Commit

Permalink
fixing github page deployment perms take 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
katemae committed May 14, 2024
1 parent 4b1bfa2 commit 2cd0b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Fix Permissions for Node Binaries
run: chmod +x ./node_modules/.bin/*

- name: Build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
Expand Down

0 comments on commit 2cd0b7d

Please sign in to comment.