Skip to content

Publish to Cloudflare #51

Publish to Cloudflare

Publish to Cloudflare #51

Workflow file for this run

name: Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Repository Checkout
uses: actions/checkout@v4
with:
submodules: true
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: workflow/[email protected]
with:
flakes-from-devshell: true
script: just render
- name: Publish
uses: cloudflare/wrangler-action@v3
with:

Check failure on line 21 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy build --project-name=nonskating-club
gitHubToken: ${{ secrets.GITHUB_TOKEN }}