Skip to content

add safety chapter

add safety chapter #21

Workflow file for this run

name: Build PDF
on: push
jobs:
refresh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: '2'
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- run: nix-channel --update
- run: ./version.sh
- run: ./pdf.sh
- name: Store pdf
uses: actions/upload-artifact@v3
with:
name: pdf
path: README.pdf