Skip to content

Commit

Permalink
Github action3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonlz09 committed Apr 12, 2024
1 parent f093030 commit e482a89
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -24,7 +24,7 @@ jobs:
uses: withastro/action@v2
with:
options: |
package-manager: pnpm@latest # Especifica aquí la versión de pnpm que deseas utilizar.
package-manager: pnpm@latest
# También puedes agregar otras opciones aquí si es necesario.
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'astro/config';

const SERVER_PORT = 3000;
const LOCALHOST_URL = `http://localhost:${SERVER_PORT}`;
const LIVE_URL = "https://Jhonlz09.github.io.git";
const LIVE_URL = "https://Jhonlz09.github.io";

const SCRIPT = process.env.npm_lifecycle_script || "";
const isBuild = SCRIPT.includes("astro build");
Expand Down

0 comments on commit e482a89

Please sign in to comment.