Skip to content

Commit

Permalink
ci: merge engine-size and cargo-docs (#4134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Aug 15, 2023
1 parent aec118a commit 8010039
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 30 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/engine-size.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Generate cargo docs
name: Generate cargo docs & engines size
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"
publish-to-gh-pages:
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand All @@ -23,4 +21,9 @@ jobs:
- run: |
git config user.email "prismabots@gmail.com"
git config user.name "prisma-bot"
- run: nix run .#publish-cargo-docs
- 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

0 comments on commit 8010039

Please sign in to comment.