Skip to content

chore: experiment with not including font @import in CSS, but rather via <link> in HTML #12

chore: experiment with not including font @import in CSS, but rather via <link> in HTML

chore: experiment with not including font @import in CSS, but rather via <link> in HTML #12

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build theme
run: npm run build