Skip to content

feat(pallets,core): separately charge for wasm module sections instan… #9798

feat(pallets,core): separately charge for wasm module sections instan…

feat(pallets,core): separately charge for wasm module sections instan… #9798

Workflow file for this run

name: Docs
on:
push:
branches: [master]
env:
CARGO_TERM_COLOR: always
TERM: xterm-256color
jobs:
docs:
permissions: write-all
runs-on: ubuntu-latest
env:
RUSTUP_HOME: /tmp/rustup_home
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docs
with:
github_token: ${{ secrets.GITHUB_TOKEN }}