Skip to content

Commit e6ec710

Browse files
committed
fix: 🐛 deploy
1 parent 4e45f0b commit e6ec710

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
uses: actions/configure-pages@v4
3636

3737
- name: Build with Next.js
38-
run: |
39-
npm run build
40-
touch out/.nojekyll # Evita que GitHub Pages ignore archivos _next
38+
run: npm deploy
4139

4240
- name: Upload artifact
4341
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)