Skip to content

Commit

Permalink
shooting in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 19, 2024
1 parent 9fe60c9 commit c8d96a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit c8d96a5

Please sign in to comment.