Skip to content

Commit 16ae2bd

Browse files
authored
Merge pull request #402 from agda/orestis/fix-web-lib-test
[hotfix] CI: valid YML syntax
2 parents a3400f3 + 44ea070 commit 16ae2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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)