Skip to content

Set up next-sitemap #568

Set up next-sitemap

Set up next-sitemap #568

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn
- name: Test
run: yarn test
- name: Build
run: yarn build