Skip to content

Commit

Permalink
Use latest GHC version to build API documentation. (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored May 14, 2024
2 parents 053d8a2 + 53dda85 commit a3ad5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
if: |
github.ref == 'refs/heads/main'
&& matrix.os == 'ubuntu-latest'
&& matrix.ghc == '9.8'
&& matrix.ghc == '9.10'
run: >
mv ${{ env.cabal-build-dir }}/build/*/*/*/doc/html/* gh-pages
Expand All @@ -126,7 +126,7 @@ jobs:
if: |
github.ref == 'refs/heads/main'
&& matrix.os == 'ubuntu-latest'
&& matrix.ghc == '9.8'
&& matrix.ghc == '9.10'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
Expand Down

0 comments on commit a3ad5c5

Please sign in to comment.