Skip to content

Merge pull request #48 from lidofinance/fix/title #45

Merge pull request #48 from lidofinance/fix/title

Merge pull request #48 from lidofinance/fix/title #45

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build
env:
NODE_OPTIONS: --openssl-legacy-provider
- name: Deploy to GitHub Pages
uses: lidofinance/github-pages-action@v1
with:
branch: gh-pages
folder: build