Skip to content

synchronise clock across tasks #20

synchronise clock across tasks

synchronise clock across tasks #20

Workflow file for this run

on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build . --print-build-logs
- uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 7d87194d9d4af2959fb81de343dd63d9
projectName: linux
directory: result/
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
wranglerVersion: "3"