File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ git config user.name "$commitAuthorName"
4242git config user.email " $commitAuthorEmail " 
4343git config credential.helper " store --file=.git/credentials" 
4444
45- echo  " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" >  .git/credentials
45+ echo  " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" >  .git/credentials
4646
4747git add -A
4848git commit -m " $commitMessage " 
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cd "$(dirname $0)/../../"
77
88docsPath=" ./dist/docs" 
99repoPath=" /tmp/material2-docs-content" 
10- repoUrl=" https://github.com/DevVersion /material2-docs-content" 
10+ repoUrl=" https://github.com/angular /material2-docs-content" 
1111examplesSource=" ./dist/docs/examples" 
1212
1313#  If the docs directory is not present, generate docs
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments