Skip to content

Clean branch names in symlinking #1

Clean branch names in symlinking

Clean branch names in symlinking #1

name: call-deploy-book
on:
push:
branches:
- '**'
# 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 has been modified.
#
# paths:
# - some-subfolder/**
workflow_dispatch:
jobs:
call-workflow:
uses: TeachBooks/template/.github/workflows/deploy-book-ghpages.yml@main

Check failure on line 17 in .github/workflows/call-deploy-book.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/call-deploy-book.yml

Invalid workflow file

error parsing called workflow ".github/workflows/call-deploy-book.yml" -> "TeachBooks/template/.github/workflows/deploy-book-ghpages.yml@main" (source branch with sha:53b8d48bd343dc3f639ffbf2d11af66ee751e6d7) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit
permissions:
contents: read
pages: write
id-token: write