Skip to content

Fix typo on Update ch02-00-introduction.md #21

Fix typo on Update ch02-00-introduction.md

Fix typo on Update ch02-00-introduction.md #21

Workflow file for this run

name: Pull Request CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: Install Nix
uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-21.05
- name: Build book
run: |
nix-env -iA mdbook -f '<nixpkgs>'
mdbook build