Skip to content

Restores attribution. #29

Restores attribution.

Restores attribution. #29

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "18"
- run: yarn install --no-progress --frozen-lockfile
- run: yarn test
- run: yarn build
# - name: Deploy to https://tyrasd.github.io/overpass-turbo/
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./dist