Skip to content

Commit

Permalink
Fix site options
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Jan 19, 2024
1 parent 517025a commit 107fabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/doc-config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# note: each step is executed in own process
build-steps:
- git clone --depth 1 https://github.com/ecmwf/atlas-docs.git $RUNNER_TEMP/atlas-docs
- sudo apt install doxygen texlive-full
- sudo apt install -y -q doxygen texlive-full
- |
cd $RUNNER_TEMP/atlas-docs
make PUBLIC=1 WITH_ECKIT=1 WITH_DOXYGEN=1 ATLAS_SOURCE_DIR=$GITHUB_WORKSPACE clean html
echo "DOC_BUILD_PATH=$RUNNER_TEMP/atlas-docs/build/html" >> "$GITHUB_ENV"
hosts:
ecmwf-sites:
site: docs
space: docs
name: atlas

0 comments on commit 107fabb

Please sign in to comment.