We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50b025c + 1983333 commit a7ce9f5Copy full SHA for a7ce9f5
.github/workflows/notebook-test.yml
@@ -9,9 +9,8 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-python@v2
12
- - uses: treebeardtech/treebeard@master
+ - uses: treebeardtech/treebeard@v0.1.1
13
with:
14
docker-username: thewtex
15
docker-password: "${{ secrets.DOCKER_PASSWORD }}"
16
docker-image-name: insighttoolkit/itkwidgets
17
- notebooks: "examples/3DImage.ipynb"
treebeard.yaml
@@ -0,0 +1,3 @@
1
+notebooks:
2
+ - examples/2DImage.ipynb
3
+ - examples/3DImage.ipynb
0 commit comments