This commit is contained in:
Simon Cruanes 2023-06-01 23:01:13 -04:00
parent 965a04f5c9
commit 85dd753cfc
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- master # Set a branch name to trigger deployment
- main
jobs:
deploy:
@ -20,7 +20,7 @@ jobs:
- uses: ocaml/setup-ocaml@v2
with:
ocaml-version: '5.0'
ocaml-compiler: '5.0'
- name: Pin
run: opam pin -n .
@ -39,5 +39,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/default/_doc/_html/
destination_dir: dev
destination_dir: .
enable_jekyll: true