Skip to content

Update README.md

Update README.md #4

Workflow file for this run

name: md to pdf
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npx md-to-pdf README.md
- uses: actions/upload-artifact@v2
with:
path: README.pdf