summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-06 19:44:08 (GMT)
committerGitHub <noreply@github.com>2023-06-06 19:44:08 (GMT)
commit5078cee8d3d33bb87f633c27df20d6dcd3d67fdb (patch)
treeec78e7ab728ffe67d620a0985235456e12f1de4b /.github/workflows
parentd6059b9d75d40538376b7d629ca8ef70dd272020 (diff)
downloadhdf5-5078cee8d3d33bb87f633c27df20d6dcd3d67fdb.zip
hdf5-5078cee8d3d33bb87f633c27df20d6dcd3d67fdb.tar.gz
hdf5-5078cee8d3d33bb87f633c27df20d6dcd3d67fdb.tar.bz2
Correct path for doxygen files (#3055)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake-ctest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml
index 551f3f7..2c40de5 100644
--- a/.github/workflows/cmake-ctest.yml
+++ b/.github/workflows/cmake-ctest.yml
@@ -156,7 +156,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: docs-doxygen
- path: ${{ runner.workspace }}/build/hdf5lib_docs/html
+ path: ${{ runner.workspace }}/hdf5/build/hdf5lib_docs/html
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
build_and_test_mac: