Skip to content

populate chain ID for stellar output (#2394) #496

populate chain ID for stellar output (#2394)

populate chain ID for stellar output (#2394) #496

Workflow file for this run

name: GH Pages Deploy (Docs, mdbook)
on:
push:
branches:
- main
tags:
- '*'
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0 # Fetch all history for all tags
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.40'
- name: Install Pre-processors
run: |
cargo install mdbook-alerts
cargo install mdbook-cmdrun
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24.0'
- name: Generate TOML examples
working-directory: book
run: |
make toml
- name: Build
working-directory: book
run: |
mdbook build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: book