Skip to content

Commit

Permalink
support latest maplibre as peer dep. move static build to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
kochis committed Jul 21, 2023
1 parent a8aa413 commit a1f82c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/radar-pre-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ jobs:
AWS_REGION: 'us-east-1'
SOURCE_DIR: 'cdn/'
DEST_DIR: ${{ github.ref_name }} # the release tag
- run: npm run compile-site
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
5 changes: 5 additions & 0 deletions .github/workflows/radar-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
AWS_REGION: 'us-east-1'
SOURCE_DIR: 'cdn/'
DEST_DIR: ${{ env.MAJOR_VERSION }} # release latest major version
- run: npm run compile-site
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"@types/geojson": "^7946.0.10"
},
"peerDependencies": {
"maplibre-gl": "^2.4.0"
"maplibre-gl": "^2.4.0 || ^3.0.0"
}
}

0 comments on commit a1f82c6

Please sign in to comment.