Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Dec 22, 2023
1 parent 9a6468a commit 973a08c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,23 @@ jobs:
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true

- name: Install dependencies
run: opam install . --deps-only --with-doc

- name: Build documentation
run: opam exec -- dune build @doc

- name: Set-up Pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: _build/default/_doc/_html

- name: Deploy odoc to GitHub Pages
uses: ocaml/setup-ocaml/deploy-doc@v2
id: deployment
uses: actions/deploy-pages@v3

lint-doc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 973a08c

Please sign in to comment.