From 22af8fd9058f26884d6f20ff6b62b8537a0a254a Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 1 Dec 2022 17:38:14 +0100 Subject: [PATCH] Fix CI --- .github/workflows/actions.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .gitmodules | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0b1298f..77999e5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -44,7 +44,7 @@ jobs: - name: install dependencies run: | sudo add-apt-repository ppa:kelleyk/emacs - sudo apt-get install libhdf5-dev emacs26 + sudo apt-get install libhdf5-dev emacs - name: configure with autotools run: | diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8cda186..61a06c9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: run: sudo apt-get update - name: install dependencies - run: sudo apt-get install emacs26 + run: sudo apt-get install emacs # this step is needed to pull the git submodule org-html-themes #- name: initialize submodules diff --git a/.gitmodules b/.gitmodules index 73629a9..e5fe356 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "python/examples"] path = python/examples - url = git@github.com:TREX-CoE/trexio-tutorials.git + url = https://github.com/TREX-CoE/trexio-tutorials.git [submodule "docs/org-html-themes"] path = docs/org-html-themes - url = git@github.com:fniessen/org-html-themes.git + url = https://github.com/fniessen/org-html-themes.git