Fix path to documentation (#44)

This commit is contained in:
Taylor Fausak
2025-05-21 11:45:49 -05:00
committed by GitHub
parent 11c85c72a9
commit 91ca88cf86

View File

@@ -100,7 +100,7 @@ jobs:
with:
files: ${{ env.PREFIX }}*.tar.gz
- run: cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' ${{ env.PREFIX }}.tar.gz
- run: cabal --http-transport=plain-http upload --documentation --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' ${{ env.PREFIX }}-docs.tar.gz
- run: cabal --http-transport=plain-http upload --documentation --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' github-release-${{ github.sha }}-ghc-9.12-ubuntu-24.04/artifact/${{ env.PREFIX }}-docs.tar.gz
name: CI
on:
pull_request: