Skip to content

Commit

Permalink
more deployment adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 14, 2024
1 parent c261980 commit 12eff35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
custom_script: |
{{before_install}}
startGroup "Build dependencies"
sudo apt-get update -y -q
opam pin add -n -y -k path coq-abs-metatheory .
opam update -y
opam install -y -j "$(nproc)" coq-abs-metatheory --deps-only
opam install --confirm-level=unsafe-yes -j "$(nproc)" ott conf-texlive
opam install -y -j "$(nproc)" ott conf-texlive
endGroup
startGroup "Add permissions"
sudo chown -R coq:coq .
Expand Down

0 comments on commit 12eff35

Please sign in to comment.