Skip to content

Commit

Permalink
githhub page update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshedhossan9 committed Jan 20, 2024
1 parent 6ee968c commit ddd5ba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# with:
# Upload dist repository
path: './dist'
# path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite --host",
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"types": "vue-tsc ",
"preview": "vite preview"
Expand Down

0 comments on commit ddd5ba5

Please sign in to comment.