Skip to content

feat: complete website migration to NextJS16, restructuring with professional dark mode implementation, SEO Improvements, UI Improvement and Atomic Codebase design done. #52

feat: complete website migration to NextJS16, restructuring with professional dark mode implementation, SEO Improvements, UI Improvement and Atomic Codebase design done.

feat: complete website migration to NextJS16, restructuring with professional dark mode implementation, SEO Improvements, UI Improvement and Atomic Codebase design done. #52

name: Preview

Check failure on line 1 in .github/workflows/build_and_check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_check.yml

Invalid workflow file

(Line: 10, Col: 3): Unexpected value 'jobs', (Line: 1, Col: 1): Required property is missing: jobs
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: .
preview-branch: gh-pages
umbrella-dir: pr-preview
action: auto