File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -208,31 +208,3 @@ jobs:
208208 env :
209209 BUNDLEWATCH_GITHUB_TOKEN : " ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
210210 CI_BRANCH_BASE : " ${{ github.base_ref }}"
211-
212- docs :
213- needs : setup
214- runs-on : ${{ matrix.os }}
215- if : github.event_name == 'push' && github.ref == 'master'
216-
217- strategy :
218- matrix :
219- os : [ubuntu-latest]
220- node : [12]
221-
222- steps :
223- - name : Clone repository
224- uses : actions/checkout@v2
225-
226- - name : Set Node.js version
227- uses : actions/setup-node@v1
228- with :
229- node-version : ${{ matrix.node }}
230-
231- - name : Restore workspace cache
232- uses : actions/cache@v1
233- with :
234- path : ${{ github.workspace }}
235- key : ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
236-
237- - name : Publish docs
238- run : yarn run docs-publish
You can’t perform that action at this time.
0 commit comments