summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-files.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-02 12:55:11 (GMT)
committerGitHub <noreply@github.com>2023-11-02 12:55:11 (GMT)
commit61aef8d2bd69dfd6d655100ac8455184b6875459 (patch)
treeec900d2db267798cea1f743550530b56bd5a26fd /.github/workflows/release-files.yml
parent528a8e7f46a2adc9b70e47eb7166c385d36220e8 (diff)
downloadhdf5-61aef8d2bd69dfd6d655100ac8455184b6875459.zip
hdf5-61aef8d2bd69dfd6d655100ac8455184b6875459.tar.gz
hdf5-61aef8d2bd69dfd6d655100ac8455184b6875459.tar.bz2
Update doxygen links and add v1_14 to gh-pages (#3813)
* Deploy branch docs to a subfolder * Update doxygen links
Diffstat (limited to '.github/workflows/release-files.yml')
-rw-r--r--.github/workflows/release-files.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml
index c80526a..20dd099 100644
--- a/.github/workflows/release-files.yml
+++ b/.github/workflows/release-files.yml
@@ -156,3 +156,10 @@ jobs:
run: |
ls -l ${{ github.workspace }}
ls ${{ runner.workspace }}
+
+ - name: branch-only-docs
+ uses: peaceiris/actions-gh-pages@v3
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen
+ destination_dir: v1_14