Skip to content

Commit

Permalink
build: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Sep 2, 2021
1 parent b59411e commit 2e31d33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
npm i
npm run build
- name: build example
working-directory: ./example
run: |
npm install
npm run docs
- uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
.idea
coverage
.now
dist
dist
public
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ const watchFiles = (argv: CLIArguments) => {
export default (argv: CLIArguments, ctx) => ({
name: 'vuepress-plugin-jsdoc',
ready: async () => {
console.log('Ready', ctx.isProd);

if (!ctx.isProd) {
watchFiles(argv);
}
Expand Down

0 comments on commit 2e31d33

Please sign in to comment.