Skip to content

fix: its ix builder (#574) #5

fix: its ix builder (#574)

fix: its ix builder (#574) #5

Workflow file for this run

permissions:
contents: read
on:
push:
branches: [main]
pull_request:
env:
RUSTFLAGS: -D warnings
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
working-directory: solana
shell: bash
name: docs
jobs:
doc:
runs-on: large-runner
name: doc
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup repo
uses: ./.github/actions/setup-repo
- name: cargo xtask docs
run: cargo xtask docs