Skip to content

chore: add robots.txt file #136

chore: add robots.txt file

chore: add robots.txt file #136

Workflow file for this run

on: [pull_request]
name: Build website
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- run: make render DEST=site