File: dune

package info (click to toggle)
ocaml-posix 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,768 kB
  • sloc: ml: 3,472; sh: 14; makefile: 3; javascript: 1
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
(rule
 (alias upload-doc)
 (deps
  (alias doc))
 (action
  (progn
   (run cp -rf _doc/_html/ ../../docs)
   (run git commit ../../docs -m "Update docs")
   (run git push origin master))))