Skip to content

Commit

Permalink
github pages ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielFalcon committed Jan 8, 2025
1 parent a92b52a commit e2cc6f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/astro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:

# 7. Deploy
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1
with:
branch: main
folder: dist
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export default defineConfig({
],
output: "hybrid",
adapter: vercel(),
outDir: "./docs",
outDir: "dist",
site: "https://arielfalcon.me",
});

0 comments on commit e2cc6f0

Please sign in to comment.