Skip to content

feat: update blog link (#5) #16

feat: update blog link (#5)

feat: update blog link (#5) #16

Workflow file for this run

name: Build
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
env:
NODE_VERSION: lts/*
HUGO_VERSION: 0.108.0
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v3
- name: 🏗 Setup nodejs
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
- name: 🏗 Install dependencies
run: yarn install
- name: Build
run: yarn build