Skip to content

Commit

Permalink
Remove bot
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmig committed Oct 20, 2023
1 parent b1e8a82 commit ac44d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-website-depoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
./scripts/install_via_pip.sh -n -d
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "Captum website deployment script"
echo "machine github.com login github-actions[bot] password ${SECRET_GITHUB_TOKEN}" > ~/.netrc
echo "machine github.com login github-actions password ${SECRET_GITHUB_TOKEN}" > ~/.netrc
./scripts/build_docs.sh -b
cd website
GIT_USER=github-actions[bot] yarn run publish-gh-pages
GIT_USER=github-actions yarn run publish-gh-pages

0 comments on commit ac44d8f

Please sign in to comment.