1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 12:23:54 +01:00

try alternative submodules feature for GitHub CI

This commit is contained in:
q-posev 2021-09-24 12:09:40 +02:00
parent d3763be829
commit 0027e9cb74

View File

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: install extra repository
run: sudo add-apt-repository ppa:kelleyk/emacs
@ -21,8 +23,8 @@ jobs:
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: initialize submodules
# run: git submodule update --init
- name: make
run: cd tools/ && ./build_doc.sh && cd ..