We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 562ce53 + 0557970 commit a3400f3Copy full SHA for a3400f3
.github/workflows/ci.yml
@@ -58,11 +58,11 @@ jobs:
58
run: make test
59
60
- name: Generate Prelude HTML
61
- if: ${{ (matrix.ghc == martix.deploy-ghc) && (github.event_name != 'pull_request') }}
+ if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.event_name != 'pull_request') }}
62
run: make libHtml
63
64
- name: Deploy Prelude HTML
65
66
uses: peaceiris/actions-gh-pages@v3
67
with:
68
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments