Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Jan 26, 2024
1 parent 70ba21d commit 1858dd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/doc-config.yml → .github/docs-config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# note: each step is executed in own process
build-steps:
- git clone --depth 1 https://github.com/ecmwf/atlas.git $RUNNER_TEMP/atlas
- sudo apt install -y -q doxygen texlive-full
- |
make PUBLIC=1 WITH_ECKIT=1 WITH_DOXYGEN=1 ATLAS_SOURCE_DIR=$RUNNER_TEMP/atlas clean html
make PUBLIC=1 WITH_ECKIT=1 WITH_DOXYGEN=1 html
echo "DOC_BUILD_PATH=$GITHUB_WORKSPACE/build/html" >> "$GITHUB_ENV"
hosts:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Docs
name: docs

on:
push:
branches:
- "master"

- "main"
- "cd"

workflow_dispatch: ~

jobs:
publish:
uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-docs.yml@v2
secrets: inherit
with:
config: .github/doc-config.yml
secrets: inherit
config: .github/docs-config.yml

0 comments on commit 1858dd0

Please sign in to comment.