Skip to content

Unit tests

Unit tests #6

Workflow file for this run

name: Document
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Install Go Pages
run: go install github.com/johnstarich/go/gopages@latest
- name: Run Go Pages
env:
GITHUB_TOKEN: ${{ github.token }}
run: gopages -gh-pages