Skip to content

Merge pull request #308 from lidofinance/dependabot/npm_and_yarn/foll… #411

Merge pull request #308 from lidofinance/dependabot/npm_and_yarn/foll…

Merge pull request #308 from lidofinance/dependabot/npm_and_yarn/foll… #411

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build Project
run: yarn build
- name: Deploy to GitHub Pages
uses: lidofinance/github-pages-action@v1
with:
branch: gh-pages
folder: build