Merge pull request #58 from samliew/copilot/add-sub-issue-for-issue-45 #117
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Vercel handles deployments automatically via its Git integration. | |
| # Connect this repo to a Vercel project at: https://vercel.com/new | |
| # See: https://vercel.com/docs/deployments/git | |
| # | |
| # This workflow is intentionally left as a placeholder. | |
| # You can safely delete this file once Vercel deployment is confirmed working. | |
| name: Deploy Info | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| info: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Deployment note | |
| run: echo "This site is deployed to Vercel automatically via Git integration." |