This repository contains auto-generated static files deployed from the main portfolio repository.
🚫 DO NOT edit files directly in this repository - changes will be overwritten on the next deployment!
This is the GitHub Pages deployment repository for my portfolio website. It contains the compiled static HTML, CSS, and JavaScript files that are automatically generated and deployed from the source repository.
🔗 Live Site: https://ShovonCodes.github.io
This repository is automatically updated via GitHub Actions whenever changes are pushed to the portfolio repository.
- 💻 Code changes pushed to
portfoliorepo - 🔨 GitHub Actions builds the Next.js app
- 📦 Static files generated in
/outdirectory - 🚀 Files automatically deployed to this repository
- ✅ GitHub Pages serves the updated site
The source portfolio is built with:
- Next.js 16 - React framework with static export
- React 19 - UI library
- TypeScript - Type-safe development
- Tailwind CSS v4 - Styling
To update the portfolio:
-
Clone the source repository:
git clone https://github.com/ShovonCodes/portfolio.git
-
Make your changes in the source repo
-
Push to the
masterbranch:git push origin master
-
GitHub Actions will automatically build and deploy to this repo
- 🌐 Live Portfolio: ShovonCodes.github.io
- 📦 Source Code: github.com/ShovonCodes/portfolio
- 🤖 Build Status: GitHub Actions
This is the deployment artifact of the portfolio project. See the source repository for license information.
🤖 This repository is automatically managed by GitHub Actions
Last deployed from ShovonCodes/portfolio