Skip to content

Remove "Edge lengths" docs todo #1385

Remove "Edge lengths" docs todo

Remove "Edge lengths" docs todo #1385

Workflow file for this run

name: test-website
on:
push:
branches: [master, stable-*]
pull_request:
branches: [master, stable-*]
jobs:
tests:
name: Test Website and FOSSA
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '16'
- name: Install FOSSA
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash
- name: Test Website Build
working-directory: website
run: |
yarn
yarn build
- name: Submit FOSSA report
run: if [ -n "${{ secrets.FOSSA_API_KEY }}" ]; then fossa; fi