Skip to content

Commit

Permalink
update creation of book
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 28, 2025
1 parent 85f6ffa commit 6b7f19f
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
name: "book"

on:
push:
branches:
- main

- push

jobs:
test:
marimo:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/[email protected]
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

pdoc:
test:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/[email protected]
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

jupyter:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/[email protected]
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

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

permissions:
contents: write

steps:
- uses: cvxgrp/.github/actions/[email protected]
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

0 comments on commit 6b7f19f

Please sign in to comment.