Skip to content

Revert rust 1.78 update (#4865) #455

Revert rust 1.78 update (#4865)

Revert rust 1.78 update (#4865) #455

name: Generate cargo docs & engines size
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish-to-gh-pages:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
# we need internet access for the moment
extra_nix_config: |
sandbox = false
- run: |
git config user.email "prismabots@gmail.com"
git config user.name "prisma-bot"
- name: Publish engines size to gh-pages branch
run: nix run .#publish-engine-size