Skip to content

Commit

Permalink
update publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Graber committed Mar 1, 2022
1 parent c7d47be commit 4a0956f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@ jobs:

- run: npm ci

- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# - run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

# publish-gpr:
# needs: build
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ Theme for jupyterlab based on [jupyterlab/theme-cookiecutter](https://github.com

## Installation

```bash
```sh
# currently not published to pip
pip install jupyterlab_material_darker
```

<!--
Themes can be installed directly from `npm` using the standard JupyterLab installation method:

```
```sh
jupyter labextension install @ninerealmlabs/{THEMENAME}
```

Themes can also be installed from source. From a theme's subdirectory:

```
```sh
npm install
jupyter labextension link .
``` -->
```

## Screenshots

Expand Down

0 comments on commit 4a0956f

Please sign in to comment.