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