Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd committed Nov 5, 2024
1 parent 0fb0ed8 commit 3b33c62
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 146 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

- name: Build and Lint
run: |
npm ci
npm i
npm run lint
- name: Recreating gh-pages
run: |
cd examples/vue
npm ci
npm i
npm run build
cd dist
cp -r ../../../.git .
Expand Down
184 changes: 40 additions & 144 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b33c62

Please sign in to comment.