Skip to content

Commit

Permalink
Fixed publish script (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
w8r authored Aug 10, 2022
1 parent 4b295d0 commit cca8518
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
- run: npm ci
- run: npm run build
- run: npm test
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `segment-intersection`

![Screenshot](playground/screenshot.png)

Fast segment 2D intersection, that includes edge cases, such as segments touching points, or one segment being on top of the other.

## API
Expand Down
Binary file added playground/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cca8518

Please sign in to comment.