Skip to content

Fix broken links

Fix broken links #692

Workflow file for this run

name: website
on:
workflow_dispatch: {}
pull_request:
branches:
- main
- release-*
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: build
run: make static