1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 20:54:07 +01:00

clone git submodule to setup org-mode HTML themes for GitHub pages

This commit is contained in:
q-posev 2021-09-24 10:18:03 +02:00
parent b5d513ae36
commit d3763be829

View File

@ -20,6 +20,10 @@ jobs:
- name: install dependencies
run: sudo apt-get install emacs26
# this step is needed to pull the git submodule org-html-themes
- name: initialize submodules
run: git submodule update --init
- name: make
run: cd tools/ && ./build_doc.sh && cd ..