-
Notifications
You must be signed in to change notification settings - Fork 1
Fix GitHub Pages deployment: resolve CSS and images not loading issue #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -34,18 +34,20 @@ const nextConfig: NextConfig = { | |||||
| }; | ||||||
| ``` | ||||||
|
|
||||||
| ### 2. GitHub Actions Workflow (`.github/workflows/deploy-github-pages.yml`) | ||||||
| ### 2. GitHub Actions Workflow (`.github/workflows/deploy.yml`) | ||||||
|
||||||
| ### 2. GitHub Actions Workflow (`.github/workflows/deploy.yml`) | |
| ### 2. GitHub Actions Deployment Workflow (`.github/workflows/deploy.yml`) |
Copilot
AI
Sep 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation states the workflow triggers on pull requests, but this should be verified against the actual workflow configuration to ensure accuracy.
| - Triggers on pushes to `main` branch and pull requests | |
| - Triggers on pushes to `main` branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The debug step uses hardcoded paths and assumptions about directory structure. Consider adding error handling with
|| echo 'Directory not found'to prevent workflow failures if directories don't exist as expected.