Skip to content

perf: avoid read after create when possible (#4041) #1251

perf: avoid read after create when possible (#4041)

perf: avoid read after create when possible (#4041) #1251

Workflow file for this run

name: Generate cargo docs
on:
workflow_dispatch:
inputs: # null
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
generate-cargo-docs:
name: "Generate cargo docs for the workspace"
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: |
git config user.email "[email protected]"
git config user.name "prisma-bot"
- run: nix run .#publish-cargo-docs