Skip to content

refactor: remove abandoned components #126

refactor: remove abandoned components

refactor: remove abandoned components #126

Workflow file for this run

name: bridge-tools
on:
push:
branches:
- master
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.BRIDGE_TOOLS }}
BRANCH: gh-pages
FOLDER: dist