From b83230252919165a8973c2fd1b81309f404c140c Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Wed, 19 May 2021 11:01:12 +0200 Subject: [PATCH 1/2] Add github workflow to autobuild binder --- .github/workflows/binder.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/binder.yml diff --git a/.github/workflows/binder.yml b/.github/workflows/binder.yml new file mode 100644 index 0000000..ea3d6d3 --- /dev/null +++ b/.github/workflows/binder.yml @@ -0,0 +1,14 @@ +name: "Build binder" + +on: + push: + branches: + - main + +jobs: + build-binder: + runs-on: ubuntu-latest + steps: + - uses: s-weigand/trigger-mybinder-build@v1 + with: + target-repo: openpathsampling/ops_tutorial From ab815bc93bd8510f533296bdfb152a3ea21b10c0 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Fri, 4 Jun 2021 13:01:49 -0400 Subject: [PATCH 2/2] fix autobuild binder --- .github/workflows/binder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binder.yml b/.github/workflows/binder.yml index ea3d6d3..c7420e7 100644 --- a/.github/workflows/binder.yml +++ b/.github/workflows/binder.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: s-weigand/trigger-mybinder-build@v1 with: - target-repo: openpathsampling/ops_tutorial + target-repo: openpathsampling/ops_tutorial/main