Skip to content

Commit

Permalink
Configure git user info
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Joel committed Apr 9, 2020
1 parent efd1724 commit 90e7894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/modelviewer.dev/scripts/ci-before-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ touch .nojekyll

GITIGNORE="./.gitignore"

rm ../../.gitignore
rm $GITIGNORE
echo 'node_modules/*' > $GITIGNORE
echo '!node_modules/@webcomponents' >> $GITIGNORE
Expand Down Expand Up @@ -74,6 +75,9 @@ popd

git log -n 1 > VERSION

git config --global user.email "[email protected]"
git config --global user.name "Github Actions"

git add *
git commit -m "Stage documentation for deploy"

Expand Down

0 comments on commit 90e7894

Please sign in to comment.