Skip to content

chore: 🧑‍💻 simplify CODEOWNERS file, add all files (#163) #4

chore: 🧑‍💻 simplify CODEOWNERS file, add all files (#163)

chore: 🧑‍💻 simplify CODEOWNERS file, add all files (#163) #4

Workflow file for this run

name: Build website
on:
push:
branches:
- main
# Limit token permissions for security
permissions: read-all
jobs:
build-website:
uses: seedcase-project/.github/.github/workflows/reusable-build-docs.yml@main
secrets:
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
# This is to allow using `gh` CLI
github-token: ${{ secrets.GITHUB_TOKEN }}