diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..51ccc79 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,29 @@ +name: Build Check + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '18' + cache: 'npm' + + - name: Install dependencies + run: npm ci + + - name: Build project + run: npm run build \ No newline at end of file diff --git a/app/about/page.tsx b/app/about/page.tsx index b2d1fa9..f517b46 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -4,19 +4,19 @@ import { ExternalLink } from "lucide-react" export default function AboutPage() { return ( -
@@ -69,11 +69,11 @@ export default function AboutPage() {
Say Hello to My New Friend
@@ -89,7 +89,7 @@ export default function AboutPage() {
className="flex items-center gap-2"
>
Read on Code for Pakistan
- Admin Access
+ Admin Access
Upload Document
+ Upload Document