Skip to content

Commit

Permalink
Update Package
Browse files Browse the repository at this point in the history
  • Loading branch information
cpadlab committed Jan 10, 2025
1 parent 1cafeac commit d64dca4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- main # O la rama que estés utilizando para desarrollo

jobs:
build:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
- name: Build the project
run: npm run build
env:
VITE_BREVO_API_KEY: ${{ secrets.REACT_APP_BREVO_API_KEY }}
Expand All @@ -31,4 +31,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build
folder: dist
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "nyeri",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"homepage": "https://github.com/nyerii/nyerii.github.io",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
Expand Down

0 comments on commit d64dca4

Please sign in to comment.