We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3400f3 + 44ea070 commit 16ae2bdCopy full SHA for 16ae2bd
.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