Skip to content

ocaml-vdom is now named vdom. Use the vdom package instead. #9

ocaml-vdom is now named vdom. Use the vdom package instead.

ocaml-vdom is now named vdom. Use the vdom package instead. #9

Workflow file for this run

name: github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup OCaml
uses: avsm/setup-ocaml@v1
- name: Install Opam packages
run: opam install menhir vdom ocamlformat=0.24.1
- name: Build
run: opam exec -- make release
- name: Test
run: opam exec -- make test
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./web