From c8d96a58a5165b1b5f05a71e0c97ecbc09050576 Mon Sep 17 00:00:00 2001 From: Smooth Operator Date: Fri, 19 Jan 2024 15:06:50 -0500 Subject: [PATCH] shooting in the dark --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dface0..1ca38a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,8 +141,8 @@ jobs: nim c --define:libgit2Lib="$libgit2Lib" --passC:"-I$(pwd)/libgit2/include" --define:ssl -r tests/test.nim nim c --define:libgit2Lib="$libgit2Lib" --passC:"-I$(pwd)/libgit2/include" --define:ssl --define:release -r tests/test.nim - - name: Build docs - if: ${{ matrix.docs }} == 'true' + - name: Docs + if: ${{ matrix.nim }} == 'version-1-6' shell: bash run: | cd ci @@ -161,7 +161,7 @@ jobs: # Ignore failures for older Nim cp docs/{the,}index.html || true - - name: Publish docs + - name: Pages if: > github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.nim == 'version-1-6'