Skip to content

Commit af38584

Browse files
committed
minor fix
1 parent 06f898c commit af38584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
opam exec -- dune build @doc
3131
cat docs/mathjax.js docs/highlight.pack.js >> _build/default/_doc/_html/highlight.pack.js
32-
cp -r _build/default/_doc/_html/* docs
32+
cp -r _build/default/_doc/_html/* docs
3333
3434
- name: Deploy
3535
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)