Skip to content

Commit

Permalink
build: latex dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 19, 2024
1 parent bbdb750 commit 61a730d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
git fetch origin gh-pages --depth=1
- name: Installing API reference dependencies
run: |
sudo apt install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
sudo apt install haskell-stack graphviz nodejs npm ghc cabal-install
npm install split mathjax-full mathjax-node-sre
cabal update
Expand Down
6 changes: 6 additions & 0 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ RUN sudo install-packages \
libz-dev

# Install API reference dependencies
RUN sudo install-packages \
latexmk \
texlive-latex-recommended \
texlive-latex-extra \
texlive-fonts-recommended \
lmodern
RUN sudo install-packages \
haskell-stack \
graphviz \
Expand Down

0 comments on commit 61a730d

Please sign in to comment.