We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81350e commit 26be239Copy full SHA for 26be239
2 files changed
.github/workflows/binder-cache.yml
@@ -0,0 +1,16 @@
1
+name: Cache Binder
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
+jobs:
9
+ Create-MyBinderOrg-Cache:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: cache binder build on mybinder.org
13
+ uses: jupyterhub/repo2docker-action@master
14
+ with:
15
+ NO_PUSH: true
16
+ MYBINDERORG_TAG: ${{ github.event.ref }}
CHANGELOG.rst
@@ -9,6 +9,7 @@ Added
~~~~~
- isort for automatic import sorting
+- Binder build cache step
Updated
~~~~~~~
0 commit comments