-
Notifications
You must be signed in to change notification settings - Fork 3
32 lines (28 loc) · 843 Bytes
/
pfioooouuuu.yml
File metadata and controls
32 lines (28 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Pfiouuuuuuuu
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: YOCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.3.0
opam-depext-flags: --with-test
- run: curl -fsSL https://d2lang.com/install.sh | sh -s --
- run: opam install . --deps-only --with-doc --with-test
- run: opam exec -- dune build --profile=release
- run: opam exec -- dune exec bin/capsule.exe -- build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./_www
external_repository: xvw/xvw.github.io
publish_branch: master
enable_jekyll: false