Skip to content

Commit 2df5529

Browse files
committed
Fix typo
1 parent 831f271 commit 2df5529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Docker image
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
6+
branches: [master]
77
schedule:
88
- cron: '0 0 * * 1'
99

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ RUN git clone https://github.com/yitzchak/delta-vega.git ~/quicklisp/local-proje
2222
--eval "(clj:install :implementation t)"; \
2323
ecl \
2424
--eval "(ql:quickload '(:common-lisp-jupyter :cytoscape-clj :kekule-clj :resizable-box-clj :ngl-clj :delta-vega))" \
25-
--eval "(clj:install :implementation t)"; \
25+
--eval "(clj:install :implementation t)" \
2626
--eval "(uiop:quit)"

0 commit comments

Comments
 (0)