Skip to content

fix: inappropriate margin on mobile #11

fix: inappropriate margin on mobile

fix: inappropriate margin on mobile #11

Workflow file for this run

name: Check Pull Request
on:
pull_request:
branches:
- main
jobs:
build_site:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# If you're using pnpm, uncomment the following step and adjust commands accordingly
# - name: Install pnpm
# uses: pnpm/action-setup@v3
# with:
# version: 8
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm install
- name: Build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: npm run build