Skip to content

Commit

Permalink
#17 deploy project
Browse files Browse the repository at this point in the history
  • Loading branch information
sinatayebati committed May 20, 2024
1 parent df14a17 commit ec5c711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
personal_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./dist
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
Expand All @@ -24,7 +25,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"gh-pages": "^4.0.0",
"gh-pages": "^6.0.0",
"http-server": "^14.1.1",
"vite": "^4.5.3",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
Expand Down

0 comments on commit ec5c711

Please sign in to comment.