Skip to content

Commit

Permalink
update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 20, 2023
1 parent f8d59cf commit f9dee96
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ jobs:
NO_PUSH: true
MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on.

Create-MyBinderOrg-Cache:
Test-Jupyter-Notebook:
runs-on: ubuntu-latest
steps:
- name: nbmake
uses: treebeardtech/[email protected]
with:
path: "./examples"
path: "./course_demos"
path-output: .
notebooks: |
nb1.ipynb
'sub dir/*.ipynb'
'*.ipynb'

0 comments on commit f9dee96

Please sign in to comment.