Skip to content

Commit

Permalink
Test permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmig committed Oct 13, 2023
1 parent 8e062df commit 6e14592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website-depoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup / build docs
run: |
sudo chmod -R 777 .
sudo ./scripts/install_via_pip.sh -n -d
./scripts/install_via_pip.sh -n -d
./scripts/build_docs.sh -b
cd website
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_insights.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo "-----------------------------------"
echo "Building Captum Insights widget"
echo "-----------------------------------"

../node_modules/.bin/webpack-cli --config webpack.config.js
sudo ../node_modules/.bin/webpack-cli --config webpack.config.js

# exit subdir
popd || exit
Expand Down

0 comments on commit 6e14592

Please sign in to comment.