Update heatmap data with authalic projection #25
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: check-website | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Enable Volta | |
| uses: volta-cli/action@v4 | |
| - name: Build website | |
| run: | | |
| cd website | |
| yarn install | |
| yarn build |