Skip to content

Commit

Permalink
cambio titulo en la pagina 404 y rebuildeo
Browse files Browse the repository at this point in the history
  • Loading branch information
GastonFdz committed Apr 4, 2024
1 parent 96957c9 commit 0ef2a69
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 314 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# .github/workflows/deploy.yml

name: Deploy to GitHub Pages

on:
push:
branches:
- master # Reemplaza con tu rama principal

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x' # Reemplaza con la versión de Node.js que uses

- name: Install Dependencies
run: npm ci # Asumiendo que usas npm

- name: Build Project
run: npm run deploy # Comando para construir tu proyecto

- name: Deploy to GitHub Pages
uses: actions/jekyll-build-pages@v1
with:
source: ./dist/fe-portfolio # Ruta fuente desde la raíz del repositorio
destination: ./_site # Carpeta destino para los archivos generados
276 changes: 0 additions & 276 deletions dist/fe-portfolio/3rdpartylicenses.txt

This file was deleted.

Binary file removed dist/fe-portfolio/browser/assets/logo-white.png
Binary file not shown.
Binary file removed dist/fe-portfolio/browser/assets/pp.jpg
Binary file not shown.
Binary file removed dist/fe-portfolio/browser/favicon.ico
Binary file not shown.
22 changes: 0 additions & 22 deletions dist/fe-portfolio/browser/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions dist/fe-portfolio/browser/main-2EYRANWY.js

This file was deleted.

2 changes: 0 additions & 2 deletions dist/fe-portfolio/browser/polyfills-RT5I6R6G.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/fe-portfolio/browser/styles-KYLOXM5J.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Redirect</title>
<title>Portfolio Error</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
// Redireccionar a la ruta base de tu aplicación
Expand Down

0 comments on commit 0ef2a69

Please sign in to comment.