Skip to content

mapbox: added new mhv api key #50

mapbox: added new mhv api key

mapbox: added new mhv api key #50

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}