Skip to content

Commit

Permalink
Fixed publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ponlawat-w committed Nov 24, 2023
1 parent a7c111f commit a60d584
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
uses: ./.github/workflows/unit-tests.yml
publish:
name: Publish
needs: unit-tests
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -25,4 +26,4 @@ jobs:
- name: Publish
run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ OpenLayers extension for vector source that dynamically pulls data from OpenStre

---

# Installation

```bash
npm i ol-osmoverpass
```

# Examples

## OSM Nodes
Expand Down Expand Up @@ -43,6 +49,9 @@ const layer = new VectorLayer({
map.addLayer(layer);
```

## Using as CDN
[HTML Example](./examples/index.html)

## Options

### Constructor options
Expand Down

0 comments on commit a60d584

Please sign in to comment.