Skip to content

Add lore show; abbreviate log; refine agent rules #16

Add lore show; abbreviate log; refine agent rules

Add lore show; abbreviate log; refine agent rules #16

Workflow file for this run

name: deploy site
on:
push:
branches: [main]
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build site
run: sh build-site.sh
- name: deploy to cloudflare pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy site --project-name=lorevcs --branch=main