Skip to content

Commit

Permalink
Deploy docs for main to gh-pages 1687684400
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Jun 25, 2023
1 parent 3e5400e commit 2f71a4d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
9 changes: 4 additions & 5 deletions generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ fi
rm /tmp/calm.zip
rm -rf /tmp/calm

curl -o /tmp/calm.zip -L https://github.com/VitoVan/calm/archive/refs/tags/${CALM_VERSION}.zip
unzip /tmp/calm.zip -d /tmp/calm
git clone --single-branch --depth 1 --branch ${CALM_VERSION} https://github.com/VitoVan/calm.git /tmp/calm

rm -rf ./docs
cp -R /tmp/calm/calm-${CALM_VERSION}/docs ./docs
cp -R /tmp/calm/docs ./docs

cp /tmp/calm/calm-${CALM_VERSION}/build/calm.ico ./favicon.ico
cp /tmp/calm/build/calm.ico ./favicon.ico

cp /tmp/calm/calm-${CALM_VERSION}/README.md ./
cp /tmp/calm/README.md ./

sbcl --non-interactive --load md-to-html.lisp
rm README.md
Expand Down
Loading

0 comments on commit 2f71a4d

Please sign in to comment.