Skip to content

Commit a3400f3

Browse files
authored
Merge pull request #401 from agda/orestis/fix-web-lib-test
[hotfix] CI: valid YML syntax
2 parents 562ce53 + 0557970 commit a3400f3

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
@@ -58,11 +58,11 @@ jobs:
5858
run: make test
5959

6060
- name: Generate Prelude HTML
61-
if: ${{ (matrix.ghc == martix.deploy-ghc) && (github.event_name != 'pull_request') }}
61+
if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.event_name != 'pull_request') }}
6262
run: make libHtml
6363

6464
- name: Deploy Prelude HTML
65-
if: ${{ (matrix.ghc == martix.deploy-ghc) && (github.event_name != 'pull_request') }}
65+
if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.event_name != 'pull_request') }}
6666
uses: peaceiris/actions-gh-pages@v3
6767
with:
6868
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)