Skip to content

replace liminal-util with shared @crosshatch/util #230

replace liminal-util with shared @crosshatch/util

replace liminal-util with shared @crosshatch/util #230

Workflow file for this run

name: Deploy Docs
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize, ready_for_review, closed]
permissions:
contents: read
issues: write
pull-requests: write
concurrency:
group: deploy-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || github.ref }}
jobs:
alchemize:
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- run: "git -c url.https://github.com/.insteadOf=git@github.com: submodule update --init konfik"
- uses: crosshatch/konfik/.github/actions/configure_environment@main
- run: pnpm build
- uses: alchemy-run/alchemy-effect@main
with:
working-directory: docs
env:
CLOUDFLARE_ACCOUNT_ID: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}