Skip to content

Background for icons in the section #12

Background for icons in the section

Background for icons in the section #12

Workflow file for this run

name: Landing Page Deployment
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GRAPHSCRIPT_DEPLOYMENTS }}
publish_dir: ./dist
publish_branch: gh-pages
user_name: AttAditya
user_email: attaditya@users.noreply.github.com