Skip to content

Commit

Permalink
Add API documentation to site
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Jun 5, 2022
1 parent 17189c6 commit c12d777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ mkdir -p docs/
cp -R examples/web/index.html examples/web/ocr-app.css examples/web/build docs/
cp examples/web/node_modules/tesseract-wasm/dist/tesseract-* docs/build/

# Build API docs
make api-docs

# Commit updated build.
git add docs
git commit -m "Update GitHub Pages"
Expand Down

0 comments on commit c12d777

Please sign in to comment.