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.
1 parent 831f271 commit 2df5529Copy full SHA for 2df5529
.github/workflows/docker.yml
@@ -3,7 +3,7 @@ name: Publish Docker image
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [main]
+ branches: [master]
7
schedule:
8
- cron: '0 0 * * 1'
9
Dockerfile
@@ -22,5 +22,5 @@ RUN git clone https://github.com/yitzchak/delta-vega.git ~/quicklisp/local-proje
22
--eval "(clj:install :implementation t)"; \
23
ecl \
24
--eval "(ql:quickload '(:common-lisp-jupyter :cytoscape-clj :kekule-clj :resizable-box-clj :ngl-clj :delta-vega))" \
25
- --eval "(clj:install :implementation t)"; \
+ --eval "(clj:install :implementation t)" \
26
--eval "(uiop:quit)"
0 commit comments