Skip to content

ci: 👷 build website along with PDF (#169) #79

ci: 👷 build website along with PDF (#169)

ci: 👷 build website along with PDF (#169) #79

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
with:
tinytex: true
secrets:
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
# For installing TinyTex
github-token: ${{ secrets.GITHUB_TOKEN }}