From b391858790d19a5e91efc824a3329350bc3928d9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 3 Apr 2025 20:07:08 +0300 Subject: the tutorial is now built along with all other HTML documents if --enable-html-docs * `--enable-html-manual` renamed to `--enable-html-docs`. * It's also uploaded to the website and linked to in README. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea5e8c2..6eeb38f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: MALLOC_REPLACEMENT: ${{ matrix.interface == 'ncurses' && 'no' || 'check' }} run: | autoreconf -i - ./configure --with-interface=${{ matrix.interface }} --enable-debug --enable-html-manual \ + ./configure --with-interface=${{ matrix.interface }} --enable-debug --enable-html-docs \ --enable-malloc-replacement=$MALLOC_REPLACEMENT ${{ matrix.compiler }} # NOTE: xvfb-run emulates an XServer and is required when building @@ -81,7 +81,7 @@ jobs: CXX: clang++ run: | autoreconf -i - ./configure --with-interface=ncurses --enable-debug --enable-html-manual + ./configure --with-interface=ncurses --enable-debug --enable-html-docs - run: make - run: sudo make install @@ -128,7 +128,7 @@ jobs: PDCURSES_CFLAGS: -I/mingw32/include/pdcurses/ run: | autoreconf -i - ./configure --with-interface=pdcurses-gui --enable-debug --enable-html-manual + ./configure --with-interface=pdcurses-gui --enable-debug --enable-html-docs - run: make - run: make install -- cgit v1.2.3