Skip to content

Commit

Permalink
create downloadable tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Jan 23, 2024
1 parent 8ede9bc commit 4572c75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-package-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,10 @@ jobs:
pushd build-directory/docs/docsite
ln -s ${VERSION} _build/latest
popd
- name: Create a downloadable archive of the build output
uses: actions/upload-artifact@v4
with:
name: package-docs-build
path: build-directory/docs/docsite/_build/html/**
retention-days: 7

0 comments on commit 4572c75

Please sign in to comment.