From f2b1c76e39feec8dd9b875ef2217468d63365847 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 14 Oct 2021 19:49:07 +0200 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index abed670..3b90893 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,7 +24,7 @@ jobs: run: ./autogen.sh - name: ./configure - run: QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode + run: QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --without-trexio - name: make run: make -j 8 html