Skip to content

Commit

Permalink
Added latest.tar.gz to pages site
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 9, 2023
1 parent 7f0ed8c commit 4cd9d6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
</body>
</html>' > _site/releases/${{ env.PACKAGE_NAME }}/index.html
- name: Create _site/latest.tar.gz
run: cp dist/*.tar.gz _site/latest.tar.gz

- name: Move package files into _site/releases/<package-name>
run: mv dist/* _site/releases/${{ env.PACKAGE_NAME }}

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Latest source distribution (latest.tar.gz) added to Pages site.

### Changed

- Plugin ID is `jupyterlab-pdf-preview:plugin`
Expand Down

0 comments on commit 4cd9d6f

Please sign in to comment.