Skip to content

Code to recall the TeachBooks jupyterbook template! #17

@ahmedfarhatx22

Description

@ahmedfarhatx22

TO BUILD JB TEACH BOOK TEMPLATE:

name: call-deploy-book

on:
push:
branches:
- 'main'
- 'draft'
If your git repository has the Jupyter Book within some-subfolder next to
unrelated files, you can make this run only if a file within that specific
folder (or the workflow file itself) has been modified.

paths:
- book/**
- requirements.txt
- .github/workflows/call-deploy-book.yml

workflow_dispatch:

jobs:
call-workflow:
uses: TeachBooks/deploy-book-workflow/.github/workflows/deploy-book.yml@main
secrets: inherit
permissions:
contents: read
pages: write
id-token: write

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions