Commit 44f6a59
committed
Fix GitHub Actions deployment workflow and project config
- Rename package from "temp-next" to "jonathanperis.github.io"
- Add .nojekyll to public/ so _next/ assets are served correctly by GitHub Pages
- Fix deploy job environment URL to use steps.deployment.outputs.page_url
- Use npm run build instead of npx next build for consistency
https://claude.ai/code/session_01UbiP4Peg6CTE1KsL8Vi5Rx1 parent 7fc4205 commit 44f6a59
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Whitespace-only changes.
0 commit comments