Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Test what else is there.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Sobolev committed Aug 23, 2020
1 parent 2c33224 commit 379a8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Expand Up @@ -5,6 +5,6 @@ FROM paveloom/binder-julia-plots:0.1.0
RUN julia -e 'using Pkg; Pkg.add("Scats"); using Scats' >/dev/null 2>&1

# Checkout the `gh-pages` branch and remove redundant files
RUN git clone --depth 1 git@github.com:paveloom-j/Scats.jl.git --branch gh-pages --single-branch . && \
RUN ls -a && git clone --depth 1 git@github.com:paveloom-j/Scats.jl.git --branch gh-pages --single-branch . && \
find -type l -delete && \
rm -rf index.html versions.js binder

0 comments on commit 379a8b2

Please sign in to comment.