Skip to content

STYLE: reduce the 3D effect on the cards #64

STYLE: reduce the 3D effect on the cards

STYLE: reduce the 3D effect on the cards #64

Workflow file for this run

name: Build Pages
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'npm'
- name: Build
run: |
npm ci
npm run build