Skip to content
Snippets Groups Projects
Commit 22e36b5c authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !15
parents 1303bcf5 1d86ec64
No related branches found
No related tags found
1 merge request!15Merging develop into main
Pipeline #1226786 passed
......@@ -19,7 +19,7 @@ RUN echo "Adding system components" && \
libxss1 libxtst6 lsb-release wget xdg-utils && \
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
apt install -y nodejs && \
curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.12.3/pandoc-3.1.12.3-1-amd64.deb && \
curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb && \
dpkg -i pandoc.deb && \
rm pandoc.deb
......
......@@ -97,11 +97,11 @@ $(MDSHOW_CONFIG)/reveal.js/dist/fontawesome:
$(MDSHOW_CONFIG)/reveal.js:
mkdir -p $@
curl -L https://github.com/hakimel/reveal.js/archive/refs/tags/5.0.5.zip -o $@/revealjs.zip
curl -L https://github.com/hakimel/reveal.js/archive/refs/tags/5.1.0.zip -o $@/revealjs.zip
unzip $@/revealjs.zip -d $@
rm $@/revealjs.zip
mv $@/reveal.js-5.0.5/.??* $@/reveal.js-5.0.5/* $@
rmdir $@/reveal.js-5.0.5
mv $@/reveal.js-5.1.0/.??* $@/reveal.js-5.1.0/* $@
rmdir $@/reveal.js-5.1.0
cd $@ && \
npm install && npm add node-jq decktape gulp
# workarounds for the new reveal-js release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment