summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-26 18:53:10 (GMT)
committerGitHub <noreply@github.com>2023-06-26 18:53:10 (GMT)
commitab4d2aec9779b7a37747c95bd7b514417b299f73 (patch)
tree107819491b2acf60d631f5232a61286368f83e85
parentb93be9d6f8a889ce85e55ac93d97b34c9c190990 (diff)
downloadhdf5-ab4d2aec9779b7a37747c95bd7b514417b299f73.zip
hdf5-ab4d2aec9779b7a37747c95bd7b514417b299f73.tar.gz
hdf5-ab4d2aec9779b7a37747c95bd7b514417b299f73.tar.bz2
Fix the doxygen to gh pages and artifact creation (#3176)
-rw-r--r--.github/workflows/release.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 33a7276..6bf9db8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -67,10 +67,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: docs-doxygen
- path: ${{ github.workspace }}
+ path: ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen
- name: Zip Folder
- run: zip -r ${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip . -i ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen
+ run: zip -r ${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip ./${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen
- name: Get tgz-tarball (Linux)
uses: actions/download-artifact@v3
@@ -132,14 +132,9 @@ jobs:
ls -l ${{ github.workspace }}
ls ${{ runner.workspace }}
-# - name: Create .nojekyll
-# run: touch ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen/.nojekyll
-# shell: bash
-
- name: dev-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: ./docs