Skip to content

Commit

Permalink
added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfHut committed Nov 14, 2024
1 parent c54c336 commit ade85a0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/call-deploy-book.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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 (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

0 comments on commit ade85a0

Please sign in to comment.