Skip to content

Commit

Permalink
Add fix permissions step to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 1, 2023
1 parent 18bf034 commit c54675d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Build package
run: hatch build

- name: Fix file permissions
run: chmod +r "dist/*"

- name: Create _site/releases/index.html
run: |
mkdir _site
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ JupyterLab server extension that adds a display name field to the login page.

## Installation

Coming soon.
Install the latest version of JupyterLab Display Name using pip:

```
pip install -U jupyterlab-display-name --extra-index-url https://painterqubits.github.io/jupyterlab-display-name/releases
```

This extension should run alongside
[JupyterLab](https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html)
version 4.

## Development

Expand Down

0 comments on commit c54675d

Please sign in to comment.