We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f898c commit af38584Copy full SHA for af38584
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
opam exec -- dune build @doc
31
cat docs/mathjax.js docs/highlight.pack.js >> _build/default/_doc/_html/highlight.pack.js
32
- cp -r _build/default/_doc/_html/* docs
+ cp -r _build/default/_doc/_html/* docs
33
34
- name: Deploy
35
uses: peaceiris/actions-gh-pages@v3
0 commit comments