mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-05-05 08:54:22 -04:00
use better docker image for doc
This commit is contained in:
parent
7fdacb4a29
commit
0ad561a8e7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/gh-pages.yml
vendored
8
.github/workflows/gh-pages.yml
vendored
|
|
@ -9,13 +9,13 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy doc
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/c-cube/c-cube-commmon/ci-5.4:latest
|
||||
container: ghcr.io/c-cube/c-cube-commmon/ci-doc-5.3:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Deps
|
||||
run: opam install odig containers containers-data
|
||||
run: opam install containers containers-data
|
||||
|
||||
- name: Build
|
||||
run: opam exec -- odig odoc --cache-dir=_doc/ containers containers-data
|
||||
|
|
@ -25,5 +25,5 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./_doc/html/
|
||||
destination_dir: dev
|
||||
enable_jekyll: true
|
||||
destination_dir: .
|
||||
enable_jekyll: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue