Skip to content

Commit

Permalink
fix deployment install
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 14, 2024
1 parent 12eff35 commit f45a7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
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 -y -j "$(nproc)" ott conf-texlive
opam install --confirm-level=unsafe-yes -j "$(nproc)" ott conf-texlive
endGroup
startGroup "Add permissions"
sudo chown -R coq:coq .
Expand Down

0 comments on commit f45a7d5

Please sign in to comment.