[WIP] Revamp mev share docs #546
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
build-and-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: actions/setup-node@v1 | |
with: | |
node-version: '16.x' | |
- name: Test build | |
env: | |
TARGET_URL: "https://docs.flashbots.net" | |
BASE_URL: "/" | |
run: | | |
yarn install --frozen-lockfile | |
yarn build | |
# - name: Check for broken links | |
# run: | | |
# cd build | |
# npm install -g linkinator | |
# linkinator "**/*.html" --recurse --timeout 3000 --concurrency 10 --retry -s https://dune.com/ChainsightAnalytics,'https://.*etherscan.io/.*','https://twitter.com.*','https://.*imgur.com.*' |