Skip to content

Commit 2e31d33

Browse files
committed
build: update workflow
1 parent b59411e commit 2e31d33

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/vercel-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
npm i
3434
npm run build
3535
36-
- name: build example
37-
working-directory: ./example
38-
run: |
39-
npm install
40-
npm run docs
41-
4236
- uses: amondnet/vercel-action@v20
4337
with:
4438
vercel-token: ${{ secrets.VERCEL_TOKEN }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
.idea
44
coverage
55
.now
6-
dist
6+
dist
7+
public

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ const watchFiles = (argv: CLIArguments) => {
200200
export default (argv: CLIArguments, ctx) => ({
201201
name: 'vuepress-plugin-jsdoc',
202202
ready: async () => {
203-
console.log('Ready', ctx.isProd);
204-
205203
if (!ctx.isProd) {
206204
watchFiles(argv);
207205
}

0 commit comments

Comments
 (0)