Skip to content

Commit 44ea070

Browse files
committed
[hotfix] CI: valid YML syntax
1 parent a3400f3 commit 44ea070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
destination_dir: lib
7171

7272
- name: Generate test-suite HTML
73-
if: ${{ (matrix.ghc == martix.deploy-ghc) && (github.event_name != 'pull_request') }}
73+
if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.event_name != 'pull_request') }}
7474
run: |
7575
sudo apt-get install -y pandoc zsh
7676
make testHtml
7777
7878
- name: Deploy test-suite HTML
79-
if: ${{ (matrix.ghc == martix.deploy-ghc) && (github.event_name != 'pull_request') }}
79+
if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.event_name != 'pull_request') }}
8080
uses: peaceiris/actions-gh-pages@v3
8181
with:
8282
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)