Skip to content

Commit

Permalink
Rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aionescu committed Jan 18, 2024
1 parent f6a44ed commit 142643b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
_build/
*/.merlin
*.cmi
*.cmx
*.o
*.out
.vscode/
_build
3 changes: 3 additions & 0 deletions copy-docs.sh → build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/sh
set -eu

dune build @doc
rm -rf docs/docs
cp -a _build/default/_doc/_html/. docs/docs
Loading

0 comments on commit 142643b

Please sign in to comment.