Skip to content

New features added. Platform column, last updated date, light mode an… #7

New features added. Platform column, last updated date, light mode an…

New features added. Platform column, last updated date, light mode an… #7

Workflow file for this run

name: Deploy to Netlify
on:
push:
branches:
- main # Only deploy when pushing to the main branch
paths:
- 'dist/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './dist'
production-deploy: true
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}