File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1414 - name : Checkout repository
1515 uses : actions/checkout@v4
1616
17+ # Ensure we are in the root directory of the repo (DEBUG)
18+ - name : Ensure we're in the root directory
19+ run : |
20+ echo "Current working directory:"
21+ pwd # This prints the current directory to the logs, confirming we're in the root
22+
1723 - name : Set up Node.js
1824 uses : actions/setup-node@v4
1925 with :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import '../Styles/Contact.css'
22export default function Contact ( ) {
33 return (
44 < >
5- < section class = "contact-header" >
5+ < section className = "contact-header" >
66 < div className = "container" >
77 < h1 className = "text-center fw-bold" > Contact Us</ h1 >
88 < p className = "text-center text-muted" >
You can’t perform that action at this time.
0 commit comments