Skip to content

Commit 39d89eb

Browse files
committed
ci: run add_canonical script
1 parent 826fb16 commit 39d89eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- add-canonical
78
tags-ignore:
89
- 'v*'
910

@@ -30,6 +31,8 @@ jobs:
3031
run: ODOC_SYNTAX="re" opam reinstall -y melange --with-doc
3132
- name: Copy melange docs in re syntax
3233
run: cp -r _opam/.opam-switch/build/melange.dev/_build/default/_doc/_html docs/api/re
34+
- name: Run canonical script
35+
run: opam exec -- dune exec add_canonical
3336
- name: Check Reason syntax
3437
run: make check-reason
3538
- name: Build playground

0 commit comments

Comments
 (0)