Skip to content

fix: stablecoin rfc title (#120) #100

fix: stablecoin rfc title (#120)

fix: stablecoin rfc title (#120) #100

Workflow file for this run

on:
push:
branches:
- main
name: Deploy RFC Docs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install 🦀
run: |
curl -L https://github.com/badboy/mdbook-mermaid/releases/download/v0.10.0/mdbook-mermaid-v0.10.0-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.8/mdbook-v0.4.8-x86_64-unknown-linux-gnu.tar.gz | tar xvz
- name: Build 🛠
run: |
./mdbook test
./mdbook build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.3
with:
branch: gh-pages
folder: book
commit-message: "[skip ci] deploy gh-pages"