diff --git a/.github/workflows/source/doxygen b/.github/workflows/source/doxygen index 0bff224d71c..b8a96102721 100755 --- a/.github/workflows/source/doxygen +++ b/.github/workflows/source/doxygen @@ -1,18 +1,20 @@ #!/usr/bin/env bash # -# Copyright 2020 Axel Huebl +# Copyright 2020-2023 The WarpX Community # # License: BSD-3-Clause-LBNL - -# search recursive inside a folder if a file contains tabs -# -# @result 0 if no files are found, else 1 -# +# Authors: Axel Huebl set -eu -o pipefail cd Docs +curl -L -o amrex-doxygen-web.tag.xml \ + https://amrex-codes.github.io/amrex/docs_xml/doxygen/amrex-doxygen-web.tag.xml + +curl -L -o openpmd-api-doxygen-web.tag.xml \ + https://openpmd-api.readthedocs.io/en/latest/_static/doxyhtml/openpmd-api-doxygen-web.tag.xml + # treat all warnings as errors echo "WARN_AS_ERROR = YES" >> Doxyfile