Skip to content

fix: wrap <NuxtLayout> in <div> tags #70

fix: wrap <NuxtLayout> in <div> tags

fix: wrap <NuxtLayout> in <div> tags #70

Workflow file for this run

name: CI
on:
- pull_request
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install
- run: yarn generate