Skip to content

Commit 05a4a9c

Browse files
authored
chore: remove redundant docs workflow (bootstrap-vue#5219)
1 parent c4981fd commit 05a4a9c

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)