We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3400f3 commit 44ea070Copy full SHA for 44ea070
.github/workflows/ci.yml
@@ -70,13 +70,13 @@ jobs:
70
destination_dir: lib
71
72
- name: Generate test-suite HTML
73
- if: ${{ (matrix.ghc == martix.deploy-ghc) && (github.event_name != 'pull_request') }}
+ if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.event_name != 'pull_request') }}
74
run: |
75
sudo apt-get install -y pandoc zsh
76
make testHtml
77
78
- name: Deploy test-suite HTML
79
80
uses: peaceiris/actions-gh-pages@v3
81
with:
82
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments