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