Skip to content

Implemented future notes support in block-producer #546

Implemented future notes support in block-producer

Implemented future notes support in block-producer #546

Workflow file for this run

# Runs documentation related jobs.
name: doc
on:
push:
branches: [main, next]
pull_request:
types: [opened, reopened, synchronize]
jobs:
doc:
name: doc stable on ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build docs
run: |
rustup update --no-self-update stable
make doc