File tree Expand file tree Collapse file tree 3 files changed +0
-101
lines changed Expand file tree Collapse file tree 3 files changed +0
-101
lines changed Original file line number Diff line number Diff line change 7373          UPDATE_SASS_SASS_REPO : false 
7474          NPM_TOKEN : " ${{ secrets.NPM_TOKEN }}" 
7575
76-   deploy_bazel :
77-     name : Deploy Bazel 
78-     runs-on : ubuntu-latest 
79-     needs : [deploy_npm] 
80- 
81-     steps :
82-       - uses : actions/checkout@v4 
83-       - uses : ./.github/util/initialize 
84-         with : {github-token: "${{ github.token }}"} 
85- 
86-       - name : Deploy 
87-         run : dart run grinder update-bazel 
88-         env :
89-           GH_TOKEN : " ${{ secrets.GH_TOKEN }}" 
90-           GH_USER : sassbot 
91- 
9276  deploy_pub :
9377    name : Deploy Pub 
9478    runs-on : ubuntu-latest 
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import 'grind/generate_deprecations.dart';
1616import  'grind/synchronize.dart' ;
1717import  'grind/utils.dart' ;
1818
19- export  'grind/bazel.dart' ;
2019export  'grind/benchmark.dart' ;
2120export  'grind/double_check.dart' ;
2221export  'grind/frameworks.dart' ;
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments