From 9612208161718d78d78429c276e65ea45294db7b Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 7 May 2021 12:58:30 +0200 Subject: [PATCH] Fixed actions --- .github/workflows/gh-pages.yml | 3 +++ .github/workflows/test-build.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7619bfb..e47dfa6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,6 +23,9 @@ jobs: - name: install htmlize run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el share/doc/qmckl/html/ + - name: ./configure + run: ./configure + - name: make run: make -C src/ doc && ls -sh ./share/doc/qmckl/html/ diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 0e65800..46fccf5 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -36,6 +36,8 @@ jobs: done git submodule sync git submodule update --init --recursive + - name: ./configure + run: ./configure --with-debug - name: make run: make -C src/ check - name: make