summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cmake-ctest.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-07 12:57:13 (GMT)
committerGitHub <noreply@github.com>2023-06-07 12:57:13 (GMT)
commitb3d9a065551ff77647f261a221e1d062d0d6da12 (patch)
treefbda2d150b670d052c1d65820bad59cc28da0aac /.github/workflows/cmake-ctest.yml
parent8379c2f82496c52f0544b049eb7fa58a0fa340c6 (diff)
downloadhdf5-b3d9a065551ff77647f261a221e1d062d0d6da12.zip
hdf5-b3d9a065551ff77647f261a221e1d062d0d6da12.tar.gz
hdf5-b3d9a065551ff77647f261a221e1d062d0d6da12.tar.bz2
Fix paths for doxygen and add step to upload to gh-pages (#3061)
Diffstat (limited to '.github/workflows/cmake-ctest.yml')
-rw-r--r--.github/workflows/cmake-ctest.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml
index 2c40de5..2647ef8 100644
--- a/.github/workflows/cmake-ctest.yml
+++ b/.github/workflows/cmake-ctest.yml
@@ -152,11 +152,11 @@ jobs:
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
# Save doxygen files created by ctest script
- - name: Save published binary (Linux)
+ - name: Save published doxygen (Linux)
uses: actions/upload-artifact@v3
with:
name: docs-doxygen
- path: ${{ runner.workspace }}/hdf5/build/hdf5lib_docs/html
+ path: ${{ runner.workspace }}/hdf5/build/ci-StdShar-GNUC/hdf5lib_docs/html
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
build_and_test_mac: