Skip to content

Merge pull request #345 from bavichugo/victor/search-bar #250

Merge pull request #345 from bavichugo/victor/search-bar

Merge pull request #345 from bavichugo/victor/search-bar #250

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Create GH Pages
run: |
git remote set-url origin https://RodrigoDLPontes:${{ secrets.GITHUB_TOKEN }}@github.com/RodrigoDLPontes/visualization-tool.git
git config --global user.email "[email protected]"
git config --global user.name "RodrigoDLPontes"
npm ci
npm run deploy