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 306d2ea commit 392c12aCopy full SHA for 392c12a
.github/workflows/ci.yml
@@ -76,17 +76,3 @@ jobs:
76
publish_dir: html
77
destination_dir: lib
78
79
- - name: Generate test-suite HTML
80
- if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.ref == 'refs/heads/master') }}
81
- run: |
82
- sudo apt-get install -y pandoc zsh
83
- make testHtml
84
-
85
- - name: Deploy test-suite HTML
86
87
- uses: peaceiris/actions-gh-pages@v3
88
- with:
89
- github_token: ${{ secrets.GITHUB_TOKEN }}
90
- publish_dir: test/html
91
- destination_dir: test
92
0 commit comments