Skip to content

fix(schema-engine): Ignore views for MongoDB Schemas (#4167) #20

fix(schema-engine): Ignore views for MongoDB Schemas (#4167)

fix(schema-engine): Ignore views for MongoDB Schemas (#4167) #20

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@v3
- uses: cachix/install-nix-action@v22
- run: |
git config user.email "prismabots@gmail.com"
git config user.name "prisma-bot"
- name: Generate cargo docs for the workspace to gh-pages branch
run: nix run .#publish-cargo-docs
- name: Publish engines size to gh-pages branch
run: nix run .#publish-engine-size