Skip to content

Update pool-mining-guide.md #689

Update pool-mining-guide.md

Update pool-mining-guide.md #689

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Build website
# The build script checks for dead links
run: npm ci && npm run build