Skip to content

Bump parity-scale-codec from 3.6.9 to 3.6.12 (#122) #304

Bump parity-scale-codec from 3.6.9 to 3.6.12 (#122)

Bump parity-scale-codec from 3.6.9 to 3.6.12 (#122) #304

Workflow file for this run

name: Pages
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
deploy:
name: Deploy pages
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Fetch latest code
uses: actions/checkout@v4
# - name: Setup mdBook
# uses: peaceiris/actions-mdbook@v1
# with:
# mdbook-version: "latest"
# - name: Build pages
# run: mdbook build doc
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# if: ${{ github.ref == 'refs/heads/main' }}
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: doc/book