mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 18:16:22 +01:00
try alternative submodules feature for GitHub CI
This commit is contained in:
parent
d3763be829
commit
0027e9cb74
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: install extra repository
|
- name: install extra repository
|
||||||
run: sudo add-apt-repository ppa:kelleyk/emacs
|
run: sudo add-apt-repository ppa:kelleyk/emacs
|
||||||
@ -21,8 +23,8 @@ jobs:
|
|||||||
run: sudo apt-get install emacs26
|
run: sudo apt-get install emacs26
|
||||||
|
|
||||||
# this step is needed to pull the git submodule org-html-themes
|
# this step is needed to pull the git submodule org-html-themes
|
||||||
- name: initialize submodules
|
#- name: initialize submodules
|
||||||
run: git submodule update --init
|
# run: git submodule update --init
|
||||||
|
|
||||||
- name: make
|
- name: make
|
||||||
run: cd tools/ && ./build_doc.sh && cd ..
|
run: cd tools/ && ./build_doc.sh && cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user