Skip to content

Commit 392c12a

Browse files
committed
[ #436 ] Disable test suite HTML generation for now
1 parent 306d2ea commit 392c12a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,3 @@ jobs:
7676
publish_dir: html
7777
destination_dir: lib
7878

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-
if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.ref == 'refs/heads/master') }}
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

Comments
 (0)