File tree 3 files changed +0
-101
lines changed
3 files changed +0
-101
lines changed Original file line number Diff line number Diff line change 73
73
UPDATE_SASS_SASS_REPO : false
74
74
NPM_TOKEN : " ${{ secrets.NPM_TOKEN }}"
75
75
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
-
92
76
deploy_pub :
93
77
name : Deploy Pub
94
78
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import 'grind/generate_deprecations.dart';
16
16
import 'grind/synchronize.dart' ;
17
17
import 'grind/utils.dart' ;
18
18
19
- export 'grind/bazel.dart' ;
20
19
export 'grind/benchmark.dart' ;
21
20
export 'grind/double_check.dart' ;
22
21
export 'grind/frameworks.dart' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments