Skip to content

Commit

Permalink
basic colab generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
catchSheep committed Jul 5, 2024
1 parent 7268717 commit 958c3cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/notebook_colab_gen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build google colab notebooks
run-name: ${{ github.actor }} is building colab notebooks from regular notebooks
on: [push]
jobs:
add_nbs:
runs-on: ubuntu-latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Run the colab build script
run: python build/colab_nb_builder.py --directory notebooks
- run: echo "Job status is ${{ job.status }}"

0 comments on commit 958c3cf

Please sign in to comment.