Skip to content

added the current on the city council districts title #56

added the current on the city council districts title

added the current on the city council districts title #56

name: Main branch to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build
env:
API_KEY: 2J6__p_IWwUmOHYMKuMYjw
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: dist