Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
mv fail silently
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 17, 2024
1 parent 7f65d5a commit 9344a65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: ~/.local/share/jupyter/kernels
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-jupyter-${{ hashFiles('chapters/*.yml') }}

- name: cache binder build on mybinder.org
- name: Cache Binder Build on mybinder.org
uses: jupyterhub/repo2docker-action@master
with:
NO_PUSH: true
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kernel: $(KERNEL_DIR)
@echo -e "conda jupyter kernel is ready."

post-render:
mv chapters/*.ipynb pangeo-workflow-examples/
- mv chapters/*.ipynb pangeo-workflow-examples/ >/dev/null 2>&1

data:
wget -q -P ./data https://cloud.geo.tuwien.ac.at/s/AezWMFwmFQJsKyr/download/floodmap.zip
Expand Down
1 change: 1 addition & 0 deletions chapters/01_classification.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jupyter:
display_name: "01_classification"
keep-ipynb: true
---
[![](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/tuw-geo/notebooks4eo)

```{python}
#| echo: true
Expand Down

0 comments on commit 9344a65

Please sign in to comment.