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:
parent
b5d513ae36
commit
d3763be829
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -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 ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user