Skip to content

Commit

Permalink
Update book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 6, 2025
1 parent 8870852 commit 5f3d4a7
Showing 1 changed file with 19 additions and 34 deletions.
53 changes: 19 additions & 34 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,32 @@
name: "book"

on:
- push
push:

jobs:
marimo:
runs-on: "ubuntu-latest"
setup:
strategy:
matrix:
job:
- type: marimo
action: marimo
- type: pdoc
action: pdoc
- type: test
action: coverage
- type: jupyter
action: jupyter

runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/[email protected]

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/[email protected]

test:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/[email protected]

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/[email protected]
- uses: cvxgrp/.github/actions/{{ matrix.job.action }}@v2.1.2

book:
runs-on: "ubuntu-latest"
needs: [test, pdoc, jupyter, marimo]

runs-on: ubuntu-latest
needs: [setup]
permissions:
contents: write

steps:
- uses: cvxgrp/.github/actions/book@v2.2.1
- uses: cvxgrp/.github/actions/book@v2.1.2

0 comments on commit 5f3d4a7

Please sign in to comment.