Skip to content

Commit

Permalink
Install latex
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Jan 15, 2024
1 parent 47d3cce commit 1d4ab2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
ref: master

- name: install doxygen
run: sudo apt install doxygen
run: sudo apt install doxygen texlive

- name: build docs
run: make PUBLIC=1 WITH_ECKIT=1 WITH_DOXYGEN=1 ATLAS_SOURCE_DIR=atlas-source clean html

- name: publish
uses: ecmwf-actions/reusable-workflows/ecmwf-sites-upload@sites-upload
uses: ecmwf-actions/reusable-workflows/ecmwf-sites-upload@v2
with:
token: ${{ secrets.ECMWF_SITES_TOKEN }}
path: build/html
Expand Down

0 comments on commit 1d4ab2f

Please sign in to comment.