Skip to content

Commit 2df3c34

Browse files
remove external data target
1 parent 943d9b8 commit 2df3c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1414
with:
15-
build_command: make kernel && make data && jupyter-book build . ; jupyter-book build .
15+
build_command: make kernel && jupyter-book build . ; jupyter-book build .
1616
environment_name: eo-datascience-cookbook-dev
1717

1818
deploy:

0 commit comments

Comments
 (0)