Skip to content

Commit 99707a9

Browse files
committed
CI: deploy all the docs
Signed-off-by: Kakadu <Kakadu@pm.me>
1 parent c196efe commit 99707a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
opam exec -- dune b @install --profile=release
5252
opam exec -- dune install
5353
opam exec -- odig odoc --odoc-theme=odig.gruvbox.light --no-tag-index --no-pkg-deps ${{ env.latest }}
54-
echo "DOCS_PATH=$(opam exec -- odig cache path)/html/ostap" >> $GITHUB_ENV
54+
echo "DOCS_PATH=$(opam exec -- odig cache path)/html" >> $GITHUB_ENV
5555
5656
- run: ls $(opam exec -- odig cache path)/html
5757

@@ -64,7 +64,6 @@ jobs:
6464
uses: peaceiris/actions-gh-pages@v4
6565
with:
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
67-
#publish_dir: ./_build/default/_doc/_html
6867
publish_dir: ${{ env.DOCS_PATH }}
6968
destination_dir: api
7069

0 commit comments

Comments
 (0)