Skip to content

Update Claude 3.5 Sonnet via API to claude-3-5-sonnet-latest (#923) #447

Update Claude 3.5 Sonnet via API to claude-3-5-sonnet-latest (#923)

Update Claude 3.5 Sonnet via API to claude-3-5-sonnet-latest (#923) #447

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "18"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.