Skip to content

Commit

Permalink
docs: add --unsafe-perm to GitLab example
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Apr 30, 2021
1 parent 8f88863 commit 4f55fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pages:
GIT_DEPTH: 0 # required by Log4brains to work correctly (needs the whole Git history)
script:
- mkdir -p public
- npm install -g log4brains
- npm install -g --unsafe-perm log4brains
- log4brains build --basePath /$CI_PROJECT_NAME/log4brains --out public/log4brains
artifacts:
paths:
Expand Down

0 comments on commit 4f55fe6

Please sign in to comment.