Skip to content

Merge pull request #88 from otegami/fix-footer-about-html-syntax #7

Merge pull request #88 from otegami/fix-footer-about-html-syntax

Merge pull request #88 from otegami/fix-footer-about-html-syntax #7

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install dependencies
run: npm ci
- name: Build site
run: npm run publish