Skip to content

fix: remove site/tsconfig.json — breaks main build (astro not installed) #3

fix: remove site/tsconfig.json — breaks main build (astro not installed)

fix: remove site/tsconfig.json — breaks main build (astro not installed) #3

Workflow file for this run

# REBRAND: updated for Terminolgy
name: Deploy Marketing Site
on:
push:
branches: [main]
paths: ['site/**']
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: cd site && npm install && npm run build
- name: Deploy to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
projectName: terminolgy-site
directory: site/dist