Skip to content

Commit

Permalink
always upload haddocks (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored Sep 20, 2024
1 parent 3594ea5 commit 37c8f4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- run: sudo apt-get install --assume-yes --no-install-recommends librdkafka-dev

- name: "Build with Haddocks"
if: ${{ matrix.package == 'freckle-kafka' }}
uses: freckle/stack-action@v5
with:
test: false
Expand All @@ -65,5 +64,4 @@ jobs:
run: stack --stack-yaml stack-lts-20.26.yaml upload --pvp-bounds lower ${{ matrix.package }}

- name: "Upload documentation"
if: ${{ matrix.package == 'freckle-kafka' }}
run: stack upload --documentation ${{ matrix.package }}

0 comments on commit 37c8f4f

Please sign in to comment.