mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
chore: CI
This commit is contained in:
parent
89e3fb91dd
commit
3cb76f6f41
1 changed files with 9 additions and 5 deletions
14
.github/workflows/gh-pages.yml
vendored
14
.github/workflows/gh-pages.yml
vendored
|
|
@ -15,11 +15,15 @@ jobs:
|
||||||
- name: Use OCaml
|
- name: Use OCaml
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: 5.0
|
ocaml-compiler: 5.1.x
|
||||||
dune-cache: true
|
dune-cache: true
|
||||||
|
allow-prerelease-opam: true
|
||||||
|
|
||||||
- name: Deploy odoc to GitHub Pages
|
- name: Deploy
|
||||||
uses: ocaml/setup-ocaml/deploy-doc@v2
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
destination-dir: dev
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
enable-jekyll: true
|
publish_dir: ./_doc/html
|
||||||
|
destination_dir: dev
|
||||||
|
enable_jekyll: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue