Skip to content

Commit

Permalink
adds unsafe-perm
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Feb 11, 2021
1 parent d78bb41 commit 593b817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bookdown-test.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
run: |
npm install netlify-cli -g
npm install --unsafe-perm=true netlify-cli -g
netlify init
netlify deploy --alias=${CI_COMMIT_REF_NAME} --dir="_public" --message "Deploy from ${GITHUB_REF}"
Expand Down

0 comments on commit 593b817

Please sign in to comment.