From 22d525d34384f76e45756ac57edf58722b0f5e3c Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 12 Jan 2023 09:27:44 -0800 Subject: [PATCH] Doxygen CI: Download Tag Files --- .github/workflows/source/doxygen | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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